Compare commits

..

1 commit

Author SHA1 Message Date
b2184b5e94 debug: Print proxmox endpoint var
All checks were successful
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 15s
2025-11-29 15:42:26 +01:00

View file

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