variable "proxmox_host" { description = "Proxmox host" type = string default = "192.168.1.1" } variable "proxmox_nodename" { description = "Proxmox node name" type = string } variable "proxmox_token_id" { description = "Proxmox token id" type = string } variable "proxmox_token_secret" { description = "Proxmox token secret" type = string }