1 2 3 4 5
provider "proxmox" { endpoint = var.proxmox_api_url api_token = var.proxmox_api_token insecure = true }