fix: harden cluster rebuild determinism
Deploy Grafana Content / Grafana Content (push) Failing after 1m14s
Deploy Cluster / Terraform (push) Failing after 4m59s
Deploy Cluster / Ansible (push) Has been skipped

This commit is contained in:
2026-04-30 07:36:27 +00:00
parent f52e657f9f
commit a33a993867
38 changed files with 865 additions and 289 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "~> 2.5"
version = "~> 2.8.0"
}
proxmox = {
source = "bpg/proxmox"
version = ">= 0.60.0"
version = "~> 0.103.0"
}
}
}