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