windows-iac-vm-tooling/.env.example

19 lines
606 B
Text
Raw Normal View History

# Windows Automation Environment Configuration
# Copy this file to .env and fill in your values
# Proxmox Configuration (from cred repo)
export PROXMOX_URL="https://10.32.2.11:8006/api2/json"
export PROXMOX_USERNAME="root@pam!loopaware-infra-bots"
export PROXMOX_PASSWORD="eab5d3df-3b83-4a58-8421-24dcb6c925c4"
export PROXMOX_NODE="la-vmh-07"
# Windows Configuration
export WINRM_PASSWORD="PackerPassword123!"
# Forgejo API Token (from cred repo)
export FORGEJO_API_TOKEN="bfeac406e30a899c6cafe5d4705db45d1d33e42d"
# Terraform Variables
export TF_VAR_build_id="001"
export TF_VAR_template_vm_id="9000"