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

Replace "true"/"false" strings with bool values #559

Conversation

gaspar-chilingarov
Copy link
Contributor

Fix the remainders of the Terraform v0.12.x syntax

@gaspar-chilingarov gaspar-chilingarov requested a review from a team as a code owner March 17, 2021 00:01
@comment-bot-dev
Copy link

comment-bot-dev commented Mar 17, 2021

Thanks for the PR! 🚀
✅ Lint checks have passed.

@@ -34,7 +34,7 @@ provider "gsuite" {
module "project-factory" {
Copy link
Contributor

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.

Copy link
Contributor Author

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 :)

@morgante
Copy link
Contributor

@gaspar-chilingarov Thanks for working on this! We've had the old syntax hanging around for too long.

@gaspar-chilingarov gaspar-chilingarov force-pushed the feature/boolean-values-cleanup branch from 83d2df3 to 614c640 Compare March 23, 2021 00:04
@gaspar-chilingarov gaspar-chilingarov force-pushed the feature/boolean-values-cleanup branch from 99e6f13 to e6234c8 Compare March 30, 2021 23:12
@gaspar-chilingarov
Copy link
Contributor Author

@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.

@morgante
Copy link
Contributor

@gaspar-chilingarov Looks like they're passing now, thanks! This shouldn't break anything so I'm going to merge.

@morgante morgante merged commit 2d082f3 into terraform-google-modules:master Mar 30, 2021
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.

3 participants