stack/models/trigram/terragrunt.stack.hcl

6 lines
181 B
HCL
Raw Normal View History

2026-06-30 12:18:00 +02:00
stack "team" {
2026-06-30 16:01:44 +02:00
source = "${values.stack_git_url}/models/team/?ref=${values.stack_version}"
2026-06-30 12:46:21 +02:00
path = "${get_path_to_repo_root()}/${values.team}"
2026-06-30 12:18:00 +02:00
no_dot_terragrunt_stack = true
}