Skip to content

Commit d743ca6

Browse files
committed
testing
1 parent 1e8c31e commit d743ca6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

terraform/main.tf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ resource "aws_s3_bucket_lifecycle_configuration" "lifecycle" {
3636
}
3737

3838
noncurrent_version_expiration {
39-
days = 30
39+
noncurrent_days = 30
4040
}
4141

42-
abort_incomplete_multipart_upload_days = 7
42+
abort_incomplete_multipart_upload {
43+
days_after_initiation = 7
44+
}
4345
}
4446
}
4547

0 commit comments

Comments
 (0)