updated packer templates for new proxmox cluster

This commit is contained in:
2025-08-16 21:50:04 -05:00
parent 2ae45aca00
commit 4193f33183
7 changed files with 16 additions and 16 deletions

View File

@@ -78,10 +78,10 @@ variable "proxmox_bridge" {
description = "The Proxmox bridge the NIC connects to."
}
variable "proxmox_vlan" {
type = number
description = "The VLAN the NIC is on."
}
#variable "proxmox_vlan" {
# type = number
# description = "The VLAN the NIC is on."
#}
variable "vm_boot_wait" {
type = string