Sign in
third-party-mirror
/
terraform
/
62aae6ce5212217e3b2a26b2d20a45e9cab48929
/
.
/
v1.2.3
/
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"
}