Skip to content

Commit

Permalink
Merge pull request #278 from rafaljanicki/patch-1
Browse files Browse the repository at this point in the history
Remove filter `/*` as it's redundant and invalid
  • Loading branch information
esacteksab authored Nov 4, 2022
2 parents a34bdc6 + 9209aeb commit 39c625d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "aws_logs" {
id = "expire_all_logs"
status = "Enabled"

filter {
prefix = "/*"
}
filter {}

expiration {
days = var.s3_log_bucket_retention
Expand Down

0 comments on commit 39c625d

Please sign in to comment.