Skip to content

Commit e9b4ab5

Browse files
Update aws-backup.tf
completion_window changed from 5 to 60.
1 parent 7de6127 commit e9b4ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/account-wide-infrastructure/test/aws-backup.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ module "source" {
141141
"lifecycle" : {
142142
"delete_after" : 2
143143
},
144-
"completion_window" : 5,
144+
"completion_window" : 60,
145145
"name" : "daily_kept_for_2_days",
146146
"schedule" : "cron(0 0 * * ? *)"
147147
}
@@ -165,7 +165,7 @@ module "source" {
165165
"lifecycle" : {
166166
"delete_after" : 2
167167
},
168-
"completion_window" : 5
168+
"completion_window" : 60
169169
},
170170
{
171171
"name" : "monthly"

0 commit comments

Comments
 (0)