From 92feab4d9e40dc661a8ff5cc7863877e908e937d Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 30 Jun 2026 12:24:25 +0200 Subject: [PATCH] fix --- stacks/trigram/terragrunt.stack.hcl | 4 ++-- terragrunt.stack.hcl | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 terragrunt.stack.hcl diff --git a/stacks/trigram/terragrunt.stack.hcl b/stacks/trigram/terragrunt.stack.hcl index 60bb275..c8ba8e5 100644 --- a/stacks/trigram/terragrunt.stack.hcl +++ b/stacks/trigram/terragrunt.stack.hcl @@ -7,8 +7,8 @@ # # Add any additional configuration for the service unit here #} stack "team" { - source = "${get_path_to_repo_root()}/models/team" - path = "${get_path_to_repo_root()}/ofc/dsof" + source = "models/team" + path = "${get_path_to_repo_root()}/dsof" no_dot_terragrunt_stack = true # # unit "service" { diff --git a/terragrunt.stack.hcl b/terragrunt.stack.hcl deleted file mode 100644 index 6a49f5a..0000000 --- a/terragrunt.stack.hcl +++ /dev/null @@ -1,5 +0,0 @@ -stack "trigram" { - path = "ofc" - source = "${get_path_to_repo_root()}/models/trigram" - no_dot_terragrunt_stack = true -}