Skip to content

Commit dbc495e

Browse files
committed
Increase retries to try and fix variable creation
1 parent dadf1c8 commit dbc495e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initdemo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ execute_terraform_with_project () {
565565
terraform workspace select "${SPACE_ID}_${WORKSPACE}"
566566

567567
# Sometimes the TF provider fails, especially with scoped variables. A retry usually fixes it.
568-
max_retry=2
568+
max_retry=3
569569
counter=0
570570
exit_code=1
571571
until [[ "${exit_code}" == "0" ]]

0 commit comments

Comments
 (0)