Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-module-map-literal
/
child
/
main.tf
blob: 912431922a7bfbcfc7a86d9a67d80068a4887dea [
file
] [
log
] [
blame
]
variable
"amap"
{
type
=
map
(
string
)
}
variable
"othermap"
{
type
=
map
(
string
)
}
resource
"aws_instance"
"foo"
{
tags
=
"${var.amap}"
meta
=
"${var.othermap}"
}