-
Notifications
You must be signed in to change notification settings - Fork 543
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
Replace "true"/"false" strings with bool values #559
Replace "true"/"false" strings with bool values #559
Conversation
Thanks for the PR! 🚀 |
@@ -34,7 +34,7 @@ provider "gsuite" { | |||
module "project-factory" { |
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.
We shouldn't touch the old upgrading docs as we won't be backporting this change.
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.
ah in that way, sure, will roll it back :)
@gaspar-chilingarov Thanks for working on this! We've had the old syntax hanging around for too long. |
83d2df3
to
614c640
Compare
99e6f13
to
e6234c8
Compare
@morgante I have no idea why integration tests were failing before :P now it seems to be working. I've rebased, squashed, it should be nice single commit now. I'm not sure if this should wait until next major release, because it may accidentaly break somehing somewhere. |
@gaspar-chilingarov Looks like they're passing now, thanks! This shouldn't break anything so I'm going to merge. |
Fix the remainders of the Terraform v0.12.x syntax