From c170fa47a9c723eb0b85673080fb87e644a13386 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 30 Jun 2026 12:42:40 +0200 Subject: [PATCH] fix --- models/trigram/terragrunt.stack.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/trigram/terragrunt.stack.hcl b/models/trigram/terragrunt.stack.hcl index 8737ead..0f6ce88 100644 --- a/models/trigram/terragrunt.stack.hcl +++ b/models/trigram/terragrunt.stack.hcl @@ -8,7 +8,7 @@ #} stack "team" { source = "git::https://forge.cloud.silique.fr/gnunux/stack.git//models/team" - path = "${get_path_to_repo_root()}/${values.team}" + path = "${get_path_to_repo_root()}/${local.team}" no_dot_terragrunt_stack = true # # unit "service" {