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