# Provider credentials. Copy to terraform.tfvars (gitignored) and fill in.
# Everything else — the node, storage, template, SSH key and the vms map —
# is committed in vms.auto.tfvars and needs no local copy.
proxmox_api_url = "https://nodito:8006/api2/json"
proxmox_api_token_id = "root@pam!tofu"
proxmox_api_token_secret = "REPLACE_ME"