Skip to content

Commit 025ac15

Browse files
Increase max retention days
1 parent 2305433 commit 025ac15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tags/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module "aws_backup" {
99
"ca-prod" = {
1010
backup_targets = [module.ou_data_lookup.by_name_path["Workloads / Serverless / CA / RSA CA"].id]
1111
min_retention_days = 7
12-
max_retention_days = 12
12+
max_retention_days = 90
1313
allow_backup_targets_to_restore = true
1414
backup_tag_key = "BackupPolicy"
1515
plans = local.ca_default_plans

0 commit comments

Comments
 (0)