Skip to content

Commit c646baa

Browse files
Update cloudfront.tf
1 parent f70f988 commit c646baa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudfront.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ resource "aws_cloudfront_distribution" "this" {
5959
resource "aws_s3_bucket" "this" {
6060
bucket = "logs"
6161

62+
block_public_acls = true
63+
6264
tags = {
6365
Name = "logs"
6466
}

0 commit comments

Comments
 (0)