-
Notifications
You must be signed in to change notification settings - Fork 52
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.12 Compatibility #109
Milestone
Comments
Work done so far by the PR above:
Work left to do:
I'll make a separate PR to complete the left over work for this Issue. |
kmanning
added a commit
that referenced
this issue
Dec 18, 2019
Fix issue #109 (Terraform 0.12 Support)
kmanning
added a commit
that referenced
this issue
Jan 14, 2020
Terraform 0.12 support part 2: Issue #109
Released in v5.3 https://github.com/manheim/terraform-pipeline/releases/tag/v5.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update and support Terraform 0.12. For information on the breaking changes to plugins see:
https://www.terraform.io/docs/extend/terraform-0.12-compatibility.html
hashicorp/terraform#21454
TF 0.12:
terraform validate -check-variables
flag not definedmissing required provider arguments should be a WARNING not an ERROR
hashicorp/terraform#21408
The text was updated successfully, but these errors were encountered: