We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4e72e commit 394ac5cCopy full SHA for 394ac5c
s3.tf
@@ -6,11 +6,6 @@ resource "aws_s3_bucket" "storage" {
6
bucket = "spacelift-events-${random_string.suffix.result}"
7
}
8
9
-resource "aws_s3_bucket_acl" "storage" {
10
- acl = "private"
11
- bucket = aws_s3_bucket.storage.id
12
-}
13
-
14
resource "aws_s3_bucket_lifecycle_configuration" "cleanup" {
15
bucket = aws_s3_bucket.storage.id
16
0 commit comments