terraform-homelab/terraform.auto.tfvars.example

6 lines
277 B
Plaintext
Raw Permalink Normal View History

2024-10-26 22:29:05 +10:00
proxmox_api_url = "https://0.0.0.0:8006/api2/json" # Your Proxmox IP Address
proxmox_api_token_id = "terraform@pam!terraform" # API Token ID
proxmox_api_token_secret = "your-api-token-secret"
ci_user = "administrator"
ci_password = "your-ci-password"
ssh_key = "your-ssh-key"