We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a1b45 commit 778ac1dCopy full SHA for 778ac1d
modules/aws_byoc/aws_bucket/bucket.tf
@@ -6,7 +6,6 @@ module "s3_bucket" {
6
7
for_each = var.s3_bucket_names
8
bucket = "${var.name}-${each.key}"
9
- acl = "private"
10
11
control_object_ownership = true
12
object_ownership = "BucketOwnerEnforced"
0 commit comments