Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
initwd
/
testdata
/
local-modules
/
child_a
/
child_b
/
child_b.tf
blob: e2e2209164c4c449f01f6657cff585fbe0b99736 [
file
] [
log
] [
blame
]
variable
"v"
{
description
=
"in child_b module"
default
=
""
}
output
"hello"
{
value
=
"Hello from child_b!"
}