variable "proxmox_endpoint" {
  type        = string
  description = "Proxmox VE API Endpoint URL (e.g. https://192.168.1.86:8006/)"
}

variable "proxmox_api_token" {
  type        = string
  sensitive   = true
  description = "Proxmox VE API Token (e.g. terraform@pve!terratoken=uuid)"
}
