Skip to content

Commit 394ac5c

Browse files
Lee Troutjmfontaine
authored andcommitted
Remove ACL
1 parent cd4e72e commit 394ac5c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

s3.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ resource "aws_s3_bucket" "storage" {
66
bucket = "spacelift-events-${random_string.suffix.result}"
77
}
88

9-
resource "aws_s3_bucket_acl" "storage" {
10-
acl = "private"
11-
bucket = aws_s3_bucket.storage.id
12-
}
13-
149
resource "aws_s3_bucket_lifecycle_configuration" "cleanup" {
1510
bucket = aws_s3_bucket.storage.id
1611

0 commit comments

Comments
 (0)