Skip to content

Commit 1ba9dcc

Browse files
bdandoynpalm
authored andcommitted
fix: add default filter with empty prefix due to changes in AWS Provider 5.90.0
1 parent cbebee6 commit 1ba9dcc

File tree

1 file changed

+4
-0
lines changed
  • modules/runner-binaries-syncer

1 file changed

+4
-0
lines changed

modules/runner-binaries-syncer/main.tf

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ resource "aws_s3_bucket_lifecycle_configuration" "bucket_config" {
2222
id = "lifecycle_config"
2323
status = "Enabled"
2424

25+
filter {
26+
prefix = ""
27+
}
28+
2529
abort_incomplete_multipart_upload {
2630
days_after_initiation = 7
2731
}

0 commit comments

Comments
 (0)