added tfvars

This commit is contained in:
2026-03-07 21:25:54 -06:00
parent a349ce13f8
commit ad03943339
2 changed files with 18 additions and 1 deletions

2
.gitignore vendored
View File

@@ -27,7 +27,7 @@ Temporary Items
.terraform/ .terraform/
*.tfstate *.tfstate
*.tfstate.backup *.tfstate.backup
*.tfvars # *.tfvars
!*.tfvars.example !*.tfvars.example
!*.pkrvars.hcl !*.pkrvars.hcl
crash.log crash.log

View File

@@ -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=<token>"
hostname = "lightning-lane"
vm_id = 71035
ip_address = "10.1.71.35"
target_node = "main-street-usa"
template_name = "ubuntu-24.04-small"