Skip to content
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

Merged
merged 3 commits into from
Mar 27, 2017

Conversation

cristobal23
Copy link
Contributor

Update modules to use terraform 0.8.x syntax where backslashes are ignored in variable interpolation

@cristobal23
Copy link
Contributor Author

This PR aims to address #9

@pickgr
Copy link
Contributor

pickgr commented Jan 11, 2017

Is this ready for review? Are there other changes necessary outside this module?

@cristobal23
Copy link
Contributor Author

Yes @pickgr this is ready for review! Unfortunately, I do not have permission to assign reviewers to this PR.

@disaac
Copy link
Member

disaac commented Jan 11, 2017

@cristobal23 I added some reviewers.

@@ -35,7 +35,7 @@ variable "region" {
}

variable "subnets" {
tpye = "string"
type = "string"
Copy link
Contributor

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 another good catch.

@yuhunglin
Copy link
Contributor

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.

@cristobal23
Copy link
Contributor Author

👍 tested and performed dry-runs with terraform version 0.8.0, 0.8.1 and 0.8.2

@cristobal23
Copy link
Contributor Author

This PR is blocked by 0.8.x updates to terraform-aws-asg

@blakeneyops blakeneyops merged commit 40cc92e into unifio:master Mar 27, 2017
@cristobal23 cristobal23 deleted the cv-0-8-x-compatibility branch March 29, 2017 16:52
yuhunglin pushed a commit that referenced this pull request Apr 5, 2018
Add configurable DNS configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants