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 e882a07 commit b70acd2Copy full SHA for b70acd2
modules/deploy/main.tf
@@ -61,7 +61,8 @@ while [[ $STATUS == "Created" || $STATUS == "InProgress" || $STATUS == "Pending"
61
--output text \
62
--query '[deploymentInfo.status]')
63
64
- SLEEP_TIME=$(( $RANDOM % 5 ) + ${var.get_deployment_sleep_timer})
+ SLEEP_TIME=$((( $RANDOM % 5 ) + ${var.get_deployment_sleep_timer}))
65
+
66
echo "Sleeping for: $SLEEP_TIME Seconds"
67
sleep $SLEEP_TIME
68
done
0 commit comments