Reduce history for TF state
This commit is contained in:
@ -14,7 +14,7 @@ resource "aws_s3_bucket" "tfstate" {
|
||||
enabled = true
|
||||
|
||||
noncurrent_version_expiration {
|
||||
days = 30
|
||||
days = 10
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user