Skip to content

Commit a8da393

Browse files
authored
Merge pull request #574 from NHSDigital/bugfix/eja-eli-649-increase-bucket-object-expiry-interval
eli-649 upping expiry no of days to 1200
2 parents ee3215e + b948d30 commit a8da393

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/modules/bootstrap/tfstate/s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "tfstate_bucket" {
8080
}
8181

8282
expiration {
83-
days = 90
83+
days = 1200
8484
}
8585

8686
noncurrent_version_transition {

infrastructure/modules/s3/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variable "bucket_name" {
44
}
55

66
variable "bucket_expiration_days" {
7-
default = 90
7+
default = 1200
88
description = "How long to keep bucket contents before expiring"
99
type = number
1010
}

0 commit comments

Comments
 (0)