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

Add compatibility with Terraform v0.12 and retain v0.11 support #42

Merged
merged 2 commits into from
Mar 13, 2019

Conversation

dghubble
Copy link
Member

profile = "foo"
selector {
qux = "baz"
profile = "foo"
Copy link

Choose a reason for hiding this comment

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

FYI, this re-formatting looks a bit strange.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, thanks. I should have left well enough alone, its a tabs vs spacing thing. Only thing needed for this PR is preferring the explicit map assignments (which will be required in v0.12)

* Upgrade the Terraform SDK to v0.12.0-beta1 to add compatibility
with Terraform v0.12.0 (unreleased)
* Retain protocol compatibility with Terraform v0.11
* https://www.terraform.io/upgrade-guides/0-12.html#upgrading-terraform-providers
* Drop support for Go v1.9, Terraform SDK now requires v1.10+
@dghubble dghubble force-pushed the add-terraform-v0.12-support branch from e334dba to f2c02b6 Compare March 13, 2019 05:48
@dghubble dghubble merged commit f2c02b6 into master Mar 13, 2019
@dghubble dghubble deleted the add-terraform-v0.12-support branch March 13, 2019 05:57
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.

2 participants