Files
homelab/terraform/proxmox/hosts/tfvars/turnstile.tfvars

24 lines
845 B
HCL

# ─── turnstile ───────────────────────────────────────────────────────────────
# Smallstep step-ca SSH Certificate Authority
# Provisioned manually (pre-pipeline bootstrap)
#
# Apply:
# cd terraform/proxmox/hosts
# terraform apply \
# -var-file="tfvars/turnstile.tfvars" \
# -state="states/turnstile.tfstate"
hostname = "turnstile"
vm_id = 71034
ip_address = "10.1.71.34"
target_node = "fantasyland"
clone_node = "fantasyland"
template_name = "ubuntu-24.04-small"
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