Files
homelab/terraform/proxmox/vm/terraform.tfvars.example

12 lines
472 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"