Skip to content

Commit 6917add

Browse files
authored
Update README.md (#319)
remove `acl` setting from ALB/NLB example in readme file
1 parent fc09cc6 commit 6917add

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ module "s3_bucket_for_logs" {
6565
source = "terraform-aws-modules/s3-bucket/aws"
6666
6767
bucket = "my-s3-bucket-for-logs"
68-
acl = "log-delivery-write"
6968
7069
# Allow deletion of non-empty bucket
7170
force_destroy = true

0 commit comments

Comments
 (0)