Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-module-map-literal
/
main.tf
blob: 90235ed7a2fbc87045bb7b191a6c6995865dd005 [
file
] [
log
] [
blame
]
module
"child"
{
source
=
"./child"
amap
=
{
foo
=
"bar"
}
othermap
=
{}
}