Use --queue-ignore-errors for CI (infra stack needs Proxmox SSH)

This commit is contained in:
Viktor Barzin 2026-02-22 18:29:27 +00:00
parent 2547a155ed
commit 9415823ab8
2 changed files with 2 additions and 5 deletions

View file

@ -3,9 +3,6 @@ include "root" {
path = find_in_parent_folders()
}
# Skip in CI - infra stack manages Proxmox VMs which require SSH to the hypervisor
skip = get_env("CI", "") != ""
# Override provider generation to include proxmox (instead of k8s providers)
generate "providers" {
path = "providers.tf"