# ─── fastpass Cluster — Variable Values ────────────────────────────────────── # Copy to fastpass.tfvars and populate. # Sensitive values (passwords, tokens) are passed via CLI or environment: # # terraform apply \ # -var-file="tfvars/fastpass.tfvars" \ # -state="states/fastpass.tfstate" \ # -var="proxmox_api_token=terraform@pve!terraform-token=" \ # -var="unifi_password=" \ # -var="technitium_password=" # ─── Proxmox ───────────────────────────────────────────────────────────────── proxmox_api_url = "https://fantasyland.local.mk-labs.cloud:8006" # ─── Unifi ─────────────────────────────────────────────────────────────────── unifi_api_url = "https://10.1.71.1:443" unifi_username = "terraform" # ─── Technitium DNS ─────────────────────────────────────────────────────────── technitium_url = "http://monorail.local.mk-labs.cloud:5380" # ─── Cluster ───────────────────────────────────────────────────────────────── cluster_name = "fastpass" talos_version = "v1.13.2" dns_zone = "local.mk-labs.cloud" # ─── ISO ───────────────────────────────────────────────────────────────────── iso_datastore = "templates" # ─── VM Defaults ───────────────────────────────────────────────────────────── datastore = "liberty-tree" bridge = "vmbr0"