variable "proxmox_token_secret" { description = "Proxmox API token secret" type = string sensitive = true } variable "ssh_public_key" { description = "SSH public key for VM access" type = string }