mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update .gitea/workflows/ci-test.yaml
This commit is contained in:
@ -40,7 +40,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Init OpenTofu
|
- name: Init OpenTofu
|
||||||
working-directory: infra/iac
|
working-directory: infra/iac
|
||||||
run: tofu init
|
run: |
|
||||||
|
tofu init
|
||||||
|
tofu taint proxmox_virtual_environment_vm.VM_Kubernetes_01
|
||||||
|
|
||||||
- name: Plan
|
- name: Plan
|
||||||
working-directory: infra/iac
|
working-directory: infra/iac
|
||||||
|
|||||||
Reference in New Issue
Block a user