diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 5a046a1..4b6a995 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -117,12 +117,7 @@ jobs: - name: Init OpenTofu working-directory: infra/iac run: | - 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 - + tofu init - name: Plan working-directory: infra/iac