From 3d22599f7fc0d77b702501700c293fff608061ec Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 22 Mar 2026 01:28:25 +0200 Subject: [PATCH] fix infra stack: use overwrite strategy for provider generation The child generate block needs if_exists="overwrite" to properly override the root terragrunt's k8s_providers block. --- stacks/infra/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/infra/terragrunt.hcl b/stacks/infra/terragrunt.hcl index dcdbe164..bc71c0a4 100644 --- a/stacks/infra/terragrunt.hcl +++ b/stacks/infra/terragrunt.hcl @@ -6,7 +6,7 @@ include "root" { # Override provider generation to include proxmox + vault (k8s providers not needed) generate "providers" { path = "providers.tf" - if_exists = "overwrite_terragrunt" + if_exists = "overwrite" contents = <