variable "k3s_server_url" { type = string description = "K3s API server URL (e.g., https://pi.prole.org:6443)" } variable "k3s_token" { type = string description = "K3s API token" sensitive = true } variable "namespace" { type = string description = "Target namespace for Prole resources" default = "default" }