14 lines
500 B
Plaintext
14 lines
500 B
Plaintext
# Copy this file to terraform.tfvars and fill in the values.
|
|
# terraform.tfvars is in .gitignore — never commit secrets.
|
|
|
|
proxmox_api_url = "https://fantasyland.mk-labs.net:8006"
|
|
proxmox_api_token = "terraform@pve!terraform-token=your-token-secret-here"
|
|
|
|
# These values come from n8n via -var flags at runtime:
|
|
# hostname = "test-vm"
|
|
# ip_address = "10.1.71.100"
|
|
# target_node = "fantasyland"
|
|
# template_name = "ubuntu-24.04-small"
|
|
# datastore = "liberty-tree"
|
|
# vlan_id = 71
|