fix: No attribute specified when one (and only one) of [rule[0].filter,rule[0].prefix] is required
Arian van Putten committed
Jun 9, 2025 at 14:57 UTC
3c41fbbd23c839df5f496b76e016c572c047183e
1 file changed
+4
terraform/releases_inventory.tf
+4
@@ -12,6 +12,10 @@ resource "aws_s3_bucket_lifecycle_configuration" "releases_inventory" {
12
id = "tf-s3-lifecycle-20231029182032300100000002"
13
status = "Enabled"
14
15
+ filter {
16
+ prefix = ""
17
+ }
18
+
19
expiration {
20
days = 30
21
}