blob: 8a4473942da8f488d36c015d7f1f2972b2e30f6a [file] [log] [blame]
module "child_a" {
source = "example.com/foo/bar_a/baz"
version = ">= 1.0.0"
}
module "child_b" {
source = "example.com/foo/bar_b/baz"
version = ">= 1.0.0"
}