-
Notifications
You must be signed in to change notification settings - Fork 6
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
Terraform 0.8.x compatibility updates #10
Terraform 0.8.x compatibility updates #10
Conversation
This PR aims to address #9 |
Is this ready for review? Are there other changes necessary outside this module? |
Yes @pickgr this is ready for review! Unfortunately, I do not have permission to assign reviewers to this PR. |
@cristobal23 I added some reviewers. |
@@ -35,7 +35,7 @@ variable "region" { | |||
} | |||
|
|||
variable "subnets" { | |||
tpye = "string" | |||
type = "string" |
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.
👍 good catch.
@@ -51,7 +51,7 @@ variable "region" { | |||
} | |||
|
|||
variable "subnet" { | |||
tpye = "string" | |||
type = "string" |
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.
👍 another good catch.
Looks like these are mostly escape sequences within interpolation fixes. Might want to try to do a quick dry run with the new changes to make sure any other 0.8 upgrades weren't needed. @cristobal23 once you give the 👍 with the dry run we can also tag the commit with a patch version bump. |
👍 tested and performed dry-runs with terraform version 0.8.0, 0.8.1 and 0.8.2 |
This PR is blocked by 0.8.x updates to terraform-aws-asg |
Add configurable DNS configuration
Update modules to use terraform 0.8.x syntax where backslashes are ignored in variable interpolation