diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 3cfe3e1..f867ac5 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: ${{ env.TF_VAR_PROXMOX_ENDPOINT}}" + tofu plan -no-color working-directory: ${{ env.TOFU_DIR }} continue-on-error: true