infra/stacks/changedetection/terragrunt.hcl
2026-03-19 20:23:59 +00:00

9 lines
134 B
HCL

include "root" {
path = find_in_parent_folders()
}
dependency "platform" {
config_path = "../platform"
skip_outputs = true
}