-
Notifications
You must be signed in to change notification settings - Fork 7
pushing for merge with the official repo #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. Why is this taking so long to be reviewed and merged?
@@ -0,0 +1,18 @@ | |||
# Pull the base image with given version. | |||
ARG BUILD_TERRAFORM_VERSION=0.11.7 | |||
FROM microsoft/terraform-test:${BUILD_TERRAFORM_VERSION} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Terraform v12 is so hot right now. Here's another Azure PR to upgrade the test dockerfile https://github.com/Azure/terraform-azurerm-aks/pull/35/files
I don't mind doing the upgrade in a subsequent PR
MIT License | ||
|
||
Copyright (c) Microsoft Corporation. All rights reserved. | ||
Copyright (c) 2019 Guilherme Lucas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing Microsoft is going to have a problem with this changing of the license but idk
|
||
output "db_name" { | ||
value = "${azurerm_mariadb_database.mariadb_database.name}" | ||
} No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file could really use formatting - terraform fmt
@jcorioland @WodansSon is Azure still interested in terraform modules? |
Any chance anyone is merging this? I would be more than happy to make the changes you asked @sblack4 ! Just wanted to know! |
@grayzu could you help @Guilhermeslucas to get this merged, please? |
Hello everyone, Im creating this PR in order to merge the module I created during the Terraform Bug Bash!
Best regards!