Update BugFix Tofu Validate
Some checks failed
Test / Static Analysis (push) Successful in 32s
Test / Unit Tests — Docker Stack (push) Failing after 25s
Test / Unit Tests — K8s Stack (push) Failing after 25s
Test / Integration Test — K8s (k3d) (push) Has been skipped

This commit is contained in:
2026-03-13 20:28:42 +01:00
parent cb4d02a361
commit 806aecfce5
16 changed files with 2425 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
terraform {
required_providers {
docker = {
source = "kreuzwerker/docker"
version = "~> 3.9"
}
}
}
locals {
persistent = var.environment == "prod"