Skip to content

Commit

Permalink
Increase retention (#8229)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonygowland authored and matt-heery committed Oct 15, 2024
1 parent 859c1ff commit e74b475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/nomis-data-hub/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ locals {
prefix = ""
tags = { rule = "log", autoclean = "true" }
transition = []
expiration = { days = 30 }
expiration = { days = 365 }
noncurrent_version_transition = []
noncurrent_version_expiration = { days = 7 }
}]
Expand Down

0 comments on commit e74b475

Please sign in to comment.