Merge pull request 'Update .gitea/workflows/ci-test.yaml' (#172) from fenix-admin into main

Reviewed-on: fenix-gitea-admin/iac-teste#172
This commit is contained in:
2025-08-27 09:33:31 +00:00

View File

@ -118,11 +118,6 @@ jobs:
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