added variables

This commit is contained in:
2026-03-07 21:53:56 -06:00
parent 920ea80261
commit db67f71a3c
2 changed files with 25 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ resource "proxmox_virtual_environment_vm" "vm" {
# VM stays STOPPED after clone.
# n8n handles: DHCP reservation → HA affinity rule → VM start
# This ensures DHCP is in place before first boot.
started = false
started = var.started
# QEMU guest agent is installed in template (via Packer).
# Note: Proxmox 9 requires VM.GuestAgent.Audit privilege on the API token.