Skip to content

Commit 767172f

Browse files
committed
Testing
1 parent 10f122a commit 767172f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "lifecycle" {
4242
id = "expire-objects"
4343
status = "Enabled"
4444

45-
filter = {}
45+
filter {}
4646

4747
expiration {
4848
days = 30

0 commit comments

Comments
 (0)