Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-count-module-static-grandchild
/
child
/
main.tf
blob: 4dff927d51e912ae5b99b6e0ff03743dfd25c090 [
file
] [
log
] [
blame
]
variable
"value"
{}
module
"child"
{
source
=
"./child"
value
=
"${var.value}"
}