Skip to content

Commit ed4e30f

Browse files
author
Tom Batchelor
committed
fix: Fix missing S3 Bucket retention filter
1 parent 04921b0 commit ed4e30f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "retention" {
4848
rule {
4949
id = "retention"
5050
status = "Enabled"
51+
filter {}
5152
expiration {
5253
days = local.s3_bucked_data_retention
5354
}

0 commit comments

Comments
 (0)