Skip to content

Commit c1348d7

Browse files
Revert changes apart from plan name (#77)
1 parent c771d3d commit c1348d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/tags/locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ locals {
2323
{
2424
name = "weekly",
2525
schedule_expression = local.schedule_weekly
26-
delete_after_days = 30
26+
delete_after_days = 8
2727
},
2828
{
2929
name = "monthly",
3030
schedule_expression = local.schedule_monthly
31-
delete_after_days = 90
31+
delete_after_days = 9
3232
}
3333
]
3434
}

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 = 90
12+
max_retention_days = 12
1313
allow_backup_targets_to_restore = true
1414
backup_tag_key = "BackupPolicy"
1515
plans = local.ca_default_plans

0 commit comments

Comments
 (0)