Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-targeted-module-with-provider
/
main.tf
blob: 0fa7bcffdd7d30b048a1dd802733475d3930d12f [
file
] [
log
] [
blame
]
module
"child1"
{
source
=
"./child1"
key
=
"value"
}
module
"child2"
{
source
=
"./child2"
key
=
"value"
}