From 45c478bede1a53fd66f5aaad4d0d3f7552e78a25 Mon Sep 17 00:00:00 2001 From: Ryan Blundon Date: Sat, 14 Mar 2026 22:21:22 -0500 Subject: [PATCH] fixed terraform --- terraform/proxmox/hosts/tfvars/lightning-lane.tfvars | 6 ++++-- terraform/proxmox/hosts/tfvars/turnstile.tfvars | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/terraform/proxmox/hosts/tfvars/lightning-lane.tfvars b/terraform/proxmox/hosts/tfvars/lightning-lane.tfvars index a56393b..08bd3de 100644 --- a/terraform/proxmox/hosts/tfvars/lightning-lane.tfvars +++ b/terraform/proxmox/hosts/tfvars/lightning-lane.tfvars @@ -15,5 +15,7 @@ vm_id = 71035 ip_address = "10.1.71.35" target_node = "main-street-usa" template_name = "ubuntu-24.04-small" -use_dhcp = false -started = true \ No newline at end of file + +# Bootstrap mode — no n8n/NetBox pipeline available yet +started = true +use_dhcp = false \ No newline at end of file diff --git a/terraform/proxmox/hosts/tfvars/turnstile.tfvars b/terraform/proxmox/hosts/tfvars/turnstile.tfvars index 9251b12..05ec128 100644 --- a/terraform/proxmox/hosts/tfvars/turnstile.tfvars +++ b/terraform/proxmox/hosts/tfvars/turnstile.tfvars @@ -22,3 +22,7 @@ datastore = "liberty-tree" bridge = "vmbr0" dns_servers = ["10.1.71.1"] search_domain = "local.mk-labs.cloud" + +# Bootstrap mode — no n8n/NetBox pipeline available yet +started = true +use_dhcp = false \ No newline at end of file