mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-19 07:01:10 -05: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"
|
|
}
|