feat(terraform): add Proxmox VM and Unifi DHCP modules (Phase 2)

This commit is contained in:
2026-02-27 19:12:25 -06:00
parent b33bd5f252
commit 7e0b0a859b
10 changed files with 321 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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