Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
show-json
/
modules
/
main.tf
blob: d1cabad3ec549a88cd6032606187f30b75dea399 [
file
] [
log
] [
blame
]
module
"module_test_foo"
{
source
=
"./foo"
test_var
=
"baz"
}
module
"module_test_bar"
{
source
=
"./bar"
}
output
"test"
{
value
=
module
.
module_test_foo
.
test
depends_on
=
[
module
.
module_test_foo
]
}