Reduce history for TF state

This commit is contained in:
Jake Howard 2021-05-18 19:33:38 +01:00
parent ae597a7359
commit 71a30c8815
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ resource "aws_s3_bucket" "tfstate" {
enabled = true
noncurrent_version_expiration {
days = 30
days = 10
}
}