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

Reviewed-on: fenix-gitea-admin/iac-teste#171
This commit is contained in:
2025-08-27 09:26:58 +00:00

View File

@ -117,8 +117,12 @@ jobs:
- name: Init OpenTofu
working-directory: infra/iac
run: |
tofu init
tofu state list | grep proxmox_virtual_environment_vm | xargs -n1 tofu state rm
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
working-directory: infra/iac