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
Not clear why this is happening yet, but it appears that when trying to manage acls with field role_entity on resource google_storage_bucket_acl, they are applied one at a time and accidentally attempting to remove owners access, causing an error.
Terraform Version
Terraform v0.10.0-dev (be900e808506efb018bd6adbe457cfcbaf6281a9)
(master of terraform-provider-google)
Error applying plan:
1 error(s) occurred:
* google_storage_bucket_acl.log-bucket-acl: 1 error(s) occurred:
* google_storage_bucket_acl.log-bucket-acl: Error updating ACL for bucket my-unique-bucket: googleapi: Error 403: The owner of the resource is required to have OWNER access., forbidden
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
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!
ghost
locked and limited conversation to collaborators
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not clear why this is happening yet, but it appears that when trying to manage acls with field
role_entity
on resourcegoogle_storage_bucket_acl
, they are applied one at a time and accidentally attempting to remove owners access, causing an error.Terraform Version
Terraform v0.10.0-dev (be900e808506efb018bd6adbe457cfcbaf6281a9)
(master of terraform-provider-google)
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Should have applied acl list.
Actual Behavior
Received this error:
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: