Skip to content

Commit 048ebc5

Browse files
committed
Increase wait time
1 parent 90f6c18 commit 048ebc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/service-deployment-regional/sfn_backup_restore.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "aws_sfn_state_machine" "backup_restore" {
4141
"memberAccountBackupVaultName" : var.deployment.member_account_backup_vault_name,
4242
"memberAccountRestoreVaultName" : var.deployment.member_account_restore_vault_name,
4343
"standardBackupVaultArns" : values(aws_backup_vault.standard)[*].arn,
44-
"waitSeconds" : 30
44+
"waitSeconds" : 180
4545
},
4646
"Output" : "{% $states.input %}"
4747
"Next" : "SourceVault?"

0 commit comments

Comments
 (0)