From 1f94eebca2361a74da96cba76fde2717a5c621f8 Mon Sep 17 00:00:00 2001 From: "juvenal.diaz" Date: Wed, 22 Jul 2026 21:32:24 -0600 Subject: [PATCH] Fixing terraform error --- bootstrap/provisioning/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/provisioning/main.tf b/bootstrap/provisioning/main.tf index f958c47..ed99ee4 100644 --- a/bootstrap/provisioning/main.tf +++ b/bootstrap/provisioning/main.tf @@ -362,7 +362,7 @@ while (( SECONDS < deadline )); do break fi 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 fi if (( SECONDS >= next_log )); then