8 lines
295 B
Bash
Executable File
8 lines
295 B
Bash
Executable File
#!/usr/bin/env bash
|
|
export PROXMOX_VE_ENDPOINT="https://185.78.29.7:8006/"
|
|
export PROXMOX_VE_API_TOKEN="terraform@pve!tf=192b290d-c88c-4c72-86f4-f8e818070efa"
|
|
export PROXMOX_VE_INSECURE=true
|
|
export TF_VAR_node_name="px"
|
|
export TF_VAR_datastore_iso="local"
|
|
export TF_VAR_datastore_vm="local-zfs"
|