Files
ProxmoxInfra/terraform.tfvars.example
bob dc4ade7ed1 refactor(provider): switch auth from password to API token
Prefer API token over username/password — scoped to least-privilege
TerraformRole, reduces blast radius if credentials leak.
2026-04-10 21:31:58 -05:00

6 lines
270 B
Plaintext

# 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_api_token = "terraform@pve!terraform-nonprod=<secret>"
proxmox_insecure = true