From ad039433392321e2da82e1e4ce9063954175ed8d Mon Sep 17 00:00:00 2001 From: Ryan Blundon Date: Sat, 7 Mar 2026 21:25:54 -0600 Subject: [PATCH] added tfvars --- .gitignore | 2 +- .../proxmox/hosts/tfvars/lightning-lane.tfvars | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 terraform/proxmox/hosts/tfvars/lightning-lane.tfvars diff --git a/.gitignore b/.gitignore index bd7af82..ebd8806 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,7 @@ Temporary Items .terraform/ *.tfstate *.tfstate.backup -*.tfvars +# *.tfvars !*.tfvars.example !*.pkrvars.hcl crash.log diff --git a/terraform/proxmox/hosts/tfvars/lightning-lane.tfvars b/terraform/proxmox/hosts/tfvars/lightning-lane.tfvars new file mode 100644 index 0000000..cb6be91 --- /dev/null +++ b/terraform/proxmox/hosts/tfvars/lightning-lane.tfvars @@ -0,0 +1,17 @@ +# ─── lightning-lane ────────────────────────────────────────────────────────── +# Traefik Reverse Proxy / Load Balancer +# Provisioned manually (pre-pipeline bootstrap — NetBox not yet available) +# +# Apply: +# cd terraform/proxmox/hosts +# terraform apply \ +# -var-file="tfvars/lightning-lane.tfvars" \ +# -state="states/lightning-lane.tfstate" \ +# -var="proxmox_api_url=https://main-street-usa.local.mk-labs.cloud:8006" \ +# -var="proxmox_api_token=terraform@pve!automation=" + +hostname = "lightning-lane" +vm_id = 71035 +ip_address = "10.1.71.35" +target_node = "main-street-usa" +template_name = "ubuntu-24.04-small"