From 19a847fb22f017c286762f575350d77ce88dce1e Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 30 Jun 2026 15:49:39 +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 fc74bba..e1af04a 100644 --- a/models/trigram/terragrunt.stack.hcl +++ b/models/trigram/terragrunt.stack.hcl @@ -7,7 +7,7 @@ # # Add any additional configuration for the service unit here #} stack "team" { - source = "${stack_git_url}/models/team" + source = "${value.stack_git_url}/models/team" path = "${get_path_to_repo_root()}/${values.team}" no_dot_terragrunt_stack = true #