This commit is contained in:
egarette@silique.fr 2026-06-30 12:24:25 +02:00
parent 8710f441a6
commit 92feab4d9e
2 changed files with 2 additions and 7 deletions

View file

@ -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" {

View file

@ -1,5 +0,0 @@
stack "trigram" {
path = "ofc"
source = "${get_path_to_repo_root()}/models/trigram"
no_dot_terragrunt_stack = true
}