Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-08-25 13:36:56 +00:00
parent 9405261065
commit ceff6237c8

View File

@ -118,6 +118,8 @@ jobs:
working-directory: infra/iac working-directory: infra/iac
run: | run: |
tofu init tofu init
tofu state rm proxmox_virtual_environment_vm.VM-Kubernetes-01
tofu state rm proxmox_virtual_environment_vm.proxmox-kubernetes-VM-template
- name: Plan - name: Plan
working-directory: infra/iac working-directory: infra/iac