rancherfederal / rke2-aws-tf

MIT License
84 stars 68 forks source link

S3 now defaults to ACLs disabled #82

Closed jlcargill closed 1 year ago

jlcargill commented 1 year ago

AWS changed S3 to default to ACLs disabled: https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-s3-automatically-enable-block-public-access-disable-access-control-lists-buckets-april-2023/

This breaks the lines below: https://github.com/rancherfederal/rke2-aws-tf/blob/e60ad007d3323c27cc760c35ddba6f78fc814fbb/modules/statestore/main.tf#L8-L11

jlcargill commented 1 year ago

Looks like PR #80 and #81 already address this.