File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments