infra/stacks/trading-bot/terragrunt.hcl
2026-02-23 22:29:59 +00:00

8 lines
133 B
HCL

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