Skip to content

Commit 2305433

Browse files
Update plan name and retention
1 parent b288072 commit 2305433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/tags/locals.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ locals {
88
schedule_monthly = "cron(0 3 1 * ? *)"
99

1010
ca_default_plans = {
11-
"ca-prod" : {
11+
"ca-prod-important" : {
1212
require_plan_name_resource_tag = true
1313
use_logically_air_gapped_vault = true
1414
start_backup_window_minutes = 60
@@ -23,12 +23,12 @@ locals {
2323
{
2424
name = "weekly",
2525
schedule_expression = local.schedule_weekly
26-
delete_after_days = 8
26+
delete_after_days = 30
2727
},
2828
{
2929
name = "monthly",
3030
schedule_expression = local.schedule_monthly
31-
delete_after_days = 9
31+
delete_after_days = 90
3232
}
3333
]
3434
}

0 commit comments

Comments
 (0)