5 lines
181 B
HCL
5 lines
181 B
HCL
stack "team" {
|
|
source = "${values.stack_git_url}/models/team/?ref=${values.stack_version}"
|
|
path = "${get_path_to_repo_root()}/${values.team}"
|
|
no_dot_terragrunt_stack = true
|
|
}
|