variable "proxmox_server" { description = "Proxmox server URL" type = string sensitive = false } variable "proxmox_apikey" { description = "Proxmox server api key" type = string sensitive = false }