-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Azure] Fixing Azure CI workflow to pin to Terraform 15.1 #882
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 @@gruntwork-io/gruntwork-terratest-terragrunt ready for review
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.
Updates LGTM! Doing a sanity check build on our pipeline to make sure the precommit hooks pass, and if so, will merge this in!
Ok precommit hooks passed, so going to merge this in! |
Closes #881 881
This PR includes changes to support Terraform 0.15.1 . As part of the 0.15.x update to Terraform there are changes are sensitive values that require them to be explicitly marked as sensitive. In addition, 0.15.0 has a bug with sensitive outputs that causes a panic and the tests failing.
This changes pins the workflow to Terraform 0.15.1 and also adds the sensitive flag to modules that need it.