personal_infra/tofu/nodito/terraform.tfvars.example

8 lines
356 B
Text
Raw Normal View History

# 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.
2025-10-31 08:54:18 +01:00
proxmox_api_url = "https://nodito:8006/api2/json"
proxmox_api_token_id = "root@pam!tofu"
proxmox_api_token_secret = "REPLACE_ME"