-
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
"terraform apply" is not idempotent with a bigquery dataset with an access #5152
Comments
you can see below detail after
|
@pc-tradelab: Sorry about the behaviour here. Terraform is authoritative on the Instead of the intuitive behaviour- adding the access entry to your config adds that access entry- what your config has told Terraform is "start managing access, and I'd like exactly this list of entries". If you look at the output of #3990 tracks adding a resource that has your expected behaviour, managing single access entries. I'm closing this as a duplicate of that issue. |
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! |
Community Note
Terraform Version
Terraform v0.12.17
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
"terraform apply" should be idempotent
Actual Behavior
At the second apply , we have :
Error: Error updating Dataset "projects/XXX/datasets/test_tf": googleapi: Error 400: Cannot remove all owners from a dataset., invalid
Steps to Reproduce
The text was updated successfully, but these errors were encountered: