Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
initwd
/
testdata
/
already-installed
/
root.tf
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"
}