github.com/paulmey/terraform@v0.5.2-0.20150519145237-046e9b4c884d/examples/aws-two-tier/outputs.tf (about)

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