provider "proxmox" { endpoint = var.proxmox_endpoint api_token = var.proxmox_api_token # Set to true if using a self-signed certificate (common on home labs) insecure = var.proxmox_insecure }