You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a matter of getting the DiffSuppressFunc to collapse/expand policies as much as possible before comparing them, which will give us a common representation.
The text was updated successfully, but these errors were encountered:
When comparing the config and state for google_project_iam_policy,
always merge the bindings down to a common representation, to avoid a
perpetual diff.
Fixes#11763.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 15, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
0.8.5, 0.8.6, master
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
After applying this, there should be no diff for
terraform plan
.Actual Behavior
After applying this, there's a diff on
terraform plan
:Steps to Reproduce
terraform apply
terraform plan
This is just a matter of getting the DiffSuppressFunc to collapse/expand policies as much as possible before comparing them, which will give us a common representation.
The text was updated successfully, but these errors were encountered: