github.com/xyziemba/terraform@v0.7.1-0.20160816223025-3ea544774db1/examples/aws-two-tier/outputs.tf (about)

     1  output "address" {
     2    value = "${aws_elb.web.dns_name}"
     3  }