Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
initwd
/
testdata
/
local-modules
/
child_a
/
child_a.tf
blob: 68ebb8e4048098d03321e88731ff352723fc3b31 [
file
] [
log
] [
blame
]
variable
"v"
{
description
=
"in child_a module"
default
=
""
}
module
"child_b"
{
source
=
"./child_b"
}