debug: Print proxmox endpoint var
All checks were successful
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 15s

This commit is contained in:
Peter 2025-11-29 15:42:26 +01:00
parent 0af3b3a26a
commit b2184b5e94

View file

@ -70,6 +70,8 @@ jobs:
env:
TF_VAR_PROXMOX_API_TOKEN: ${{ secrets.PROXMOX_API_TOKEN }}
TF_VAR_PROXMOX_ENDPOINT: ${{ secrets.PROXMOX_ENDPOINT }}
run: tofu plan -no-color
run: |
echo "Proxmox endpoint: ${TF_VAR_PROXMOX_ENDPOINT}"
tofu plan -no-color
working-directory: ${{ env.TOFU_DIR }}
continue-on-error: true