variable "proxmox_endpoint" { description = "Adres API Proxmox" type = string default = "https://pve:8006/api2/json" } variable "proxmox_api_token" { description = "API Token user@realm!token=secret" type = string sensitive = true } variable "node_name" { description = "Nazwa node Proxmox" type = string default = "pve" }