Update terraform to use vm_id from n8n.

This commit is contained in:
2026-02-28 00:00:56 -06:00
parent 4964552483
commit d941557e88
8 changed files with 267 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
output "vm_id" {
description = "Proxmox VM ID of the created VM."
value = proxmox_virtual_environment_vm.vm.vm_id
value = var.vm_id
}
output "mac_address" {