We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de6127 commit e9b4ab5Copy full SHA for e9b4ab5
terraform/account-wide-infrastructure/test/aws-backup.tf
@@ -141,7 +141,7 @@ module "source" {
141
"lifecycle" : {
142
"delete_after" : 2
143
},
144
- "completion_window" : 5,
+ "completion_window" : 60,
145
"name" : "daily_kept_for_2_days",
146
"schedule" : "cron(0 0 * * ? *)"
147
}
@@ -165,7 +165,7 @@ module "source" {
165
166
167
168
- "completion_window" : 5
+ "completion_window" : 60
169
170
{
171
"name" : "monthly"
0 commit comments