Fixing terraform error

This commit is contained in:
juvenal.diaz 2026-07-22 21:32:24 -06:00
parent 53e7fbd228
commit 1f94eebca2
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ while (( SECONDS < deadline )); do
break break
fi fi
if [ -n "$guest_host" ] && (( ssh_deadline > 0 && SECONDS >= ssh_deadline )); then if [ -n "$guest_host" ] && (( ssh_deadline > 0 && SECONDS >= ssh_deadline )); then
echo "Timed out waiting for SSH on template-build VM $vmid at $guest_host after ${ssh_timeout_seconds}s once the guest host was known." >&2 echo "Timed out waiting for SSH on template-build VM $vmid at $guest_host after $${ssh_timeout_seconds}s once the guest host was known." >&2
exit 1 exit 1
fi fi
if (( SECONDS >= next_log )); then if (( SECONDS >= next_log )); then