arvandor/terraform/terraform.tfvars.example
2026-01-26 00:44:31 -05:00

14 lines
405 B
Plaintext

# Proxmox Connection
proxmox_endpoint = "https://proxmox.example:8006/"
proxmox_api_token_id = "terraform@pve!terraform"
proxmox_api_token_secret = "your-api-token-secret-here"
proxmox_insecure = true
proxmox_node = "pve"
# VM Defaults
username = "admin"
password = "changeme"
ssh_key_path = "~/.ssh/id_ed25519.pub"
datastore_id = "local-zfs"
template_vmid = 9000