Skip to content

Commit 3f6bceb

Browse files
committed
fix: No attribute specified when one (and only one) of [rule[0].filter,rule[0].prefix] is required
1 parent 17fbfaf commit 3f6bceb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

terraform/cache_log.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ resource "aws_s3_bucket_lifecycle_configuration" "cache_log" {
2222
id = "rule-1"
2323
status = "Enabled"
2424

25+
filter {
26+
prefix = ""
27+
}
28+
2529
expiration {
2630
days = "30"
2731
}

0 commit comments

Comments
 (0)