provider "proxmox" { endpoint = var.proxmox_endpoint username = "root@pam" password = var.proxmox_password insecure = true ssh { agent = true username = "root" } }