variable "root_pwd" {} variable "endpoint" {} provider "proxmox" { endpoint = var.endpoint password = var.root_pwd username = "root@pam" insecure = true }