# Copy this file to terraform.tfvars and fill in your values # terraform.tfvars is gitignored to keep credentials safe proxmox_api_url = "https://your-proxmox-host.home.2rjus.net:8006/api2/json" proxmox_api_token_id = "root@pam!terraform" proxmox_api_token_secret = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" proxmox_tls_insecure = true