blob: 5e23e40a288ff0262f3c174c810fc7cf1891b724 [file] [log] [blame]
module "child_a" {
source = "./child_a"
}
module "child_b" {
source = "./child_b"
}