Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
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}"
}