Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-targeted-module-dep
/
main.tf
blob: 754219c3e3fc14cf3ea534d34a03a1b60db36622 [
file
] [
log
] [
blame
]
module
"child"
{
source
=
"./child"
}
resource
"aws_instance"
"foo"
{
foo
=
"${module.child.output}"
}