Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-empty-module
/
main.tf
blob: 50ce84f0bc3f9f5e20e946346969f659381bde44 [
file
] [
log
] [
blame
]
module
"child"
{
source
=
"./child"
}
output
"end"
{
value
=
"${module.child.aws_route53_zone_id}"
}