Skip to content

Commit

Permalink
Remove s3 acl (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagic authored Apr 21, 2023
1 parent 225c2ce commit b30f7b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ resource "aws_s3_bucket" "access_logs" {
tags = var.tags
}
resource "aws_s3_bucket_acl" "access_logs" {
bucket = aws_s3_bucket.access_logs.id
acl = "private"
}

resource "aws_s3_bucket_lifecycle_configuration" "access_logs" {
count = var.access_logs_expiration != null ? 1 : 0

Expand Down

0 comments on commit b30f7b4

Please sign in to comment.