Closed jlcargill closed 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
Looks like PR #80 and #81 already address this.
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