Remove conflicting S3 bucket ACL resource from Terraform configuration
This release implements minor changes to the Terraform files regarding S3 access.
If “Bucket owner enforced” is active for your S3 bucket, ACLs are effectively disabled. Attempting to set them via Terraform (aws_s3_bucket_acl) will fail with AccessControlListNotSupported. See hashicorp/terraform-provider-aws#34079