add filter to squash warning
This commit is contained in:
parent
33bd0a221e
commit
7c5573c24d
1 changed files with 2 additions and 0 deletions
|
|
@ -218,6 +218,8 @@ resource "aws_s3_bucket_lifecycle_configuration" "logs" {
|
|||
id = "expire-old-logs"
|
||||
status = "Enabled"
|
||||
|
||||
filter {}
|
||||
|
||||
expiration {
|
||||
days = 365
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue