diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 3cfe3e1..c3f83ce 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -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