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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Bucket created with requester_pays enabled, every following bucket interaction is possible.
Actual Behavior
Bucket created with requester_pays enabled, every following bucket interaction fails with: Error reading bucket after update: googleapi: Error 400: Bucket is a requester pays bucket but no user project provided.
And there's no (resource-)option to specify a "user project".
Steps to reproduce
terraform apply
terraform refresh
Important Factoids
Prerequisites for requester pays exactly describes the error. I have Owner permissions on the project I want to create the bucket in.
Explicitly specifying project on the bucket resource did not change anything
Community Note
Terraform Version & Provider Version(s)
Terraform v1.11.4
on darwin_arm64
Affected Resource(s)
google_storage_bucket
Terraform Configuration
Debug Output
No response
Expected Behavior
Bucket created with
requester_pays
enabled, every following bucket interaction is possible.Actual Behavior
Bucket created with
requester_pays
enabled, every following bucket interaction fails with:Error reading bucket after update: googleapi: Error 400: Bucket is a requester pays bucket but no user project provided.
And there's no (resource-)option to specify a "user project".
Steps to reproduce
terraform apply
terraform refresh
Important Factoids
Owner
permissions on the project I want to create the bucket in.project
on the bucket resource did not change anythingReferences
Accessing request-pays enabled buckets -> Works fine for a user interacting with the bucket, but not when terraform interacts with the bucket.
The text was updated successfully, but these errors were encountered: