infra/stacks/trading-bot/terragrunt.hcl

14 lines
229 B
HCL
Raw Normal View History

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