# Copy this file to terraform.tfvars and fill in your values. # terraform.tfvars is gitignored to keep secrets out of version control. proxmox_endpoint = "https://192.168.1.10:8006/" proxmox_username = "terraform@pve" proxmox_password = "changeme" proxmox_insecure = true