mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-11 22:00:21 -04:00
11 lines
169 B
HCL
11 lines
169 B
HCL
|
|
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"
|
|
}
|