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 10f122a commit 767172fCopy full SHA for 767172f
terraform/main.tf
@@ -42,7 +42,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "lifecycle" {
42
id = "expire-objects"
43
status = "Enabled"
44
45
- filter = {}
+ filter {}
46
47
expiration {
48
days = 30
0 commit comments