From ceff6237c8f55f1732fe7a4caf8d4bb61db02e45 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 25 Aug 2025 13:36:56 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index bc81c44..f118215 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -118,6 +118,8 @@ jobs: working-directory: infra/iac run: | 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 working-directory: infra/iac