variable "proxmox_node_name" {
  type    = string
  default = "hyper00"
}

variable "proxmox_vmid" {
  type    = number
  default = 109
}