Files
homelab/terraform/proxmox/vm/terraform.tfvars.example
2026-05-25 20:21:24 -05:00

21 lines
1008 B
Plaintext

# All values come from n8n via -var flags at runtime.
# Secrets are stored in n8n Global Constants — no terraform.tfvars file needed.
#
# vm_id = 71200
# hostname = "test-vm"
# ip_address = "10.1.71.200"
# target_node = "fantasyland"
# template_name = "ubuntu-24.04-small"
# datastore = "liberty-tree"
# proxmox_api_url = "https://fantasyland.local.mk-labs.cloud:8006"
# proxmox_api_token = "terraform@pve!terraform-token=your-token-secret-here"
#
# ─── PCIe Passthrough (GPU workloads only) ────────────────────────────────────
# pcie_passthrough_enabled = true
# pcie_device_id = "0000:03:00"
#
# ─── Data Disk (stateful workloads only) ──────────────────────────────────────
# data_disk_enabled = true
# data_disk_size = 128
# data_disk_datastore = "utilidor" # omit to match OS disk datastore