variable "api_token" {} variable "endpoint" {} provider "proxmox" { api_token = var.api_token endpoint = var.endpoint insecure = true }