Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-destroy-nested-module-with-attrs
/
middle
/
middle.tf
blob: 76652ee443df373576db435d8704d8ec7d6cfd0d [
file
] [
log
] [
blame
]
variable param
{}
module
"bottom"
{
source
=
"./bottom"
bottom_param
=
"${var.param}"
}
resource
"null_resource"
"middle"
{
value
=
"${var.param}"
}