chore: Add tofu workflows #1

Open
Peter wants to merge 25 commits from pgi-add-workflows into main
Showing only changes of commit f3d0f3c7e5 - Show all commits

View file

@ -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