diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index bc81c44..20543bb 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -118,6 +118,7 @@ jobs: working-directory: infra/iac run: | tofu init + opentofu state list | grep proxmox_virtual_environment_vm | xargs -n1 opentofu state rm - name: Plan working-directory: infra/iac