From b2184b5e94b20e854c35352638500e3eedb52eb0 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Sat, 29 Nov 2025 15:42:26 +0100 Subject: [PATCH] debug: Print proxmox endpoint var --- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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