debug: Print proxmox endpoint var
All checks were successful
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 13s
All checks were successful
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 13s
This commit is contained in:
parent
0af3b3a26a
commit
f3d0f3c7e5
1 changed files with 3 additions and 1 deletions
|
|
@ -70,6 +70,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
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: tofu plan -no-color
|
run: |
|
||||||
|
echo "Proxmox endpoint: ${{ env.TF_VAR_PROXMOX_ENDPOINT}}"
|
||||||
|
tofu plan -no-color
|
||||||
working-directory: ${{ env.TOFU_DIR }}
|
working-directory: ${{ env.TOFU_DIR }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue