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
Error: creating S3 Bucket (foo-tf-state-logs): operation error S3: CreateBucket, https response error StatusCode: 400, RequestID: XKSF4PSZPC0TFSRK, HostID: RwFULMMW2Lvj/CXLARoI9m1YZup/gYgM6+SToJn+T/3zIaWxpHGTYfVIomoJRY+XMMoYmPDa6VfZgFyezUvQBA==, api error InvalidBucketAclWithObjectOwnership: Bucket cannot have ACLs set with ObjectOwnership's BucketOwnerEnforced setting
I have been working around this by doing sed -i.bak 's/^ acl/# acl/' .terraform/modules/backend/main.tf after init/update the backend module, but that's very hacky.
The text was updated successfully, but these errors were encountered:
hashicorp/terraform-provider-aws#26164
I have been working around this by doing
sed -i.bak 's/^ acl/# acl/' .terraform/modules/backend/main.tf
after init/update the backend module, but that's very hacky.The text was updated successfully, but these errors were encountered: