variable "api_token" {} provider "proxmox" { endpoint = "https://172.31.71.69:8006/api2/json" api_token = var.api_token insecure = true }