Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-08-27 09:32:42 +00:00
parent 35a8f17063
commit 86edcc3bf7

View File

@ -117,12 +117,7 @@ jobs:
- name: Init OpenTofu - name: Init OpenTofu
working-directory: infra/iac working-directory: infra/iac
run: | run: |
tofu init tofu init
tofu state list | grep "proxmox_virtual_environment_vm.k8s_vms" | while read -r line; do
tofu state rm "$line"
done
tofu state rm proxmox_virtual_environment_vm.proxmox-kubernetes-VM-template
- name: Plan - name: Plan
working-directory: infra/iac working-directory: infra/iac