We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee3215e + b948d30 commit a8da393Copy full SHA for a8da393
2 files changed
infrastructure/modules/bootstrap/tfstate/s3.tf
@@ -80,7 +80,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "tfstate_bucket" {
80
}
81
82
expiration {
83
- days = 90
+ days = 1200
84
85
86
noncurrent_version_transition {
infrastructure/modules/s3/variables.tf
@@ -4,7 +4,7 @@ variable "bucket_name" {
4
5
6
variable "bucket_expiration_days" {
7
- default = 90
+ default = 1200
8
description = "How long to keep bucket contents before expiring"
9
type = number
10
0 commit comments