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

fix: allow changing enable_identity_service value in place #2132

Conversation

wyardley
Copy link
Contributor

@wyardley wyardley commented Oct 8, 2024

Make enable_identity_service optional, and handle the case where the value changes by only suppressing the dynamic block if var.enable_identity_service is null vs. false.

Fixes #2129

Make `enable_identity_service` optional, and handle the case where the
value changes by only suppressing the dynamic block if
`var.enable_identity_service` is null vs. false.

Fixes terraform-google-modules#2129
@wyardley wyardley requested review from ericyz, gtsorbo and a team as code owners October 8, 2024 20:57
@apeabody
Copy link
Contributor

apeabody commented Oct 8, 2024

/gcbrun

Copy link
Contributor

@apeabody apeabody left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution @wyardley!

@apeabody apeabody merged commit 9c2191e into terraform-google-modules:master Oct 9, 2024
4 checks passed
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.

enable_identity_service ignores false once true
2 participants