Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 17, 2022
1 parent a31a9d6 commit 8844498
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions s3-access-logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,9 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "logs" {
}

resource "aws_s3_bucket_acl" "logs" {
# count = 0
# count = 0
bucket = aws_s3_bucket.logs.id
# acl = "private"
acl = "log-delivery-write"
acl = "log-delivery-write"
}

#---
Expand Down

0 comments on commit 8844498

Please sign in to comment.