-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Permadiff on google_storage_default_object_acl #1678
Comments
looks like this param was added as List types instead of Set - will get out a PR to fix this soon |
Related PR: #1525 |
@paddycarver @pdecat Totally didn't see that! Makes sense, I'm going to stop working on mine :) |
We got a non-breaking solution out in 1.15.0 for |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
It should update the default ACL without concern for ordering.
Actual Behavior
If the order locally is different, then it constantly tries to do a diff. Because the GCS API reorders the items after you set them, this causes a permadiff.
Steps to Reproduce
terraform apply
once and see the diff:As you can see, it's just reordering the list. This completes successfully.
terraform apply
again and it wants to reorder again:The text was updated successfully, but these errors were encountered: