Reduce history for TF state
This commit is contained in:
parent
ae597a7359
commit
71a30c8815
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ resource "aws_s3_bucket" "tfstate" {
|
|||
enabled = true
|
||||
|
||||
noncurrent_version_expiration {
|
||||
days = 30
|
||||
days = 10
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue