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