-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Removing a label on a bucket doesn't work #1350
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
Comments
Interesting - you're right. The requests seem to be getting correctly formulated... I wonder what's going on there. I'll check on that. |
Any news on this? |
The There is an I will explore the approach using the |
After digging some more, you can pass a null value using the go client for a given label key by adding |
Thanks, @rosbo! |
Verified that the labels are indeed removed now (with a build from the master branch). |
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! |
Hi there,
When a bucket contains a label that is not part of the terraform file or state, terraform tries to remove it. However this doesn't work so with every run it tries to remove the label.
Terraform Version
Terraform 0.11.5
Google Provider 1.9.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
When adding a label to this bucket called 'remove' with value 'me', terraform shows this:
Expected Behavior
Label should be removed
Actual Behavior
Label remains on the bucket
The text was updated successfully, but these errors were encountered: