Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 28, 2022
1 parent fc4c53d commit 00cc938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3-flow-logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ resource "aws_s3_bucket_acl" "flowlogs" {
## target_prefix = format("%s/%s/", var.access_log_bucket_prefix, local.bucket_name)
## }

# see docs: https://aws.amazon.com/premiumsupport/knowledge-center/s3-server-access-log-not-delivered/

resource "aws_s3_bucket_server_side_encryption_configuration" "flowlogs" {
bucket = aws_s3_bucket.flowlogs.id
Expand Down

0 comments on commit 00cc938

Please sign in to comment.