Skip to content

Commit

Permalink
remove acl
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 6, 2022
1 parent b5bc513 commit 9480446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudtrail/s3.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "aws_s3_bucket" "this" {
bucket = local.bucket_name
acl = "private"
bucket = local.bucket_name
# acl = "private"
force_destroy = false

tags = merge(
Expand Down

0 comments on commit 9480446

Please sign in to comment.