Skip to content

Commit 10f122a

Browse files
committed
Testing
1 parent 8a8eeed commit 10f122a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

terraform/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ resource "aws_s3_bucket_lifecycle_configuration" "lifecycle" {
4141
rule {
4242
id = "expire-objects"
4343
status = "Enabled"
44+
45+
filter = {}
4446

4547
expiration {
4648
days = 30

0 commit comments

Comments
 (0)