fix
This commit is contained in:
parent
8710f441a6
commit
92feab4d9e
2 changed files with 2 additions and 7 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
# # Add any additional configuration for the service unit here
|
# # Add any additional configuration for the service unit here
|
||||||
#}
|
#}
|
||||||
stack "team" {
|
stack "team" {
|
||||||
source = "${get_path_to_repo_root()}/models/team"
|
source = "models/team"
|
||||||
path = "${get_path_to_repo_root()}/ofc/dsof"
|
path = "${get_path_to_repo_root()}/dsof"
|
||||||
no_dot_terragrunt_stack = true
|
no_dot_terragrunt_stack = true
|
||||||
#
|
#
|
||||||
# unit "service" {
|
# unit "service" {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
stack "trigram" {
|
|
||||||
path = "ofc"
|
|
||||||
source = "${get_path_to_repo_root()}/models/trigram"
|
|
||||||
no_dot_terragrunt_stack = true
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue