-
Hello, I am currently upgrading my S3 modules to v.0.95.1. In this version, it is shown in the plan that it wishes to create an acl:
However, upon apply I am recieving the error:
This is probably because we have set: Is there a way for me to not create this acl by default when bucket ownership is set to BucketOwnerEnforced? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi sewmiuraj, it seems that the child module |
Beta Was this translation helpful? Give feedback.
-
Issue fixed in the private-s3-bucket: https://github.com/gruntwork-io/terraform-aws-security/pull/751 |
Beta Was this translation helpful? Give feedback.
Hi sewmiuraj, it seems that the child module
private-s3-bucket
has avar.acl
variable that can be set tonull
. This variable doesn't seem to be exposed in the service catalog yet. I'll see if I have the time to spin a PR to address this, but you could also try, in the meantime, modifying the module to pass acl as null.