Skip to content

Commit

Permalink
remove filter
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 26, 2024
1 parent 6d68ea2 commit 5ec56df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions s3-flow-logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,12 @@ resource "aws_s3_bucket_lifecycle_configuration" "flowlogs" {
bucket = aws_s3_bucket.flowlogs.id

rule {
id = "legacy-flowlogs"
id = "flowlogs"
status = "Enabled"
abort_incomplete_multipart_upload {
days_after_initiation = 1
}
filter {
prefix = "vpc*/"
}
filter {}
expiration {
days = 900
expired_object_delete_marker = false
Expand Down

0 comments on commit 5ec56df

Please sign in to comment.