variables.pkrvars.hcl.example 289 B

1234567
  1. # Example Packer Variables File
  2. # Copy this file to variables.pkrvars.hcl and fill in your values
  3. # Proxmox Connection
  4. proxmox_api_url = "https://proxmox.example.com:8006/api2/json"
  5. proxmox_api_token_id = "root@pam!packer"
  6. proxmox_api_token_secret = "your-secret-token-here"