github.com/markdia/terraform@v0.5.1-0.20150508012022-f1ae920aa970/examples/aws-two-tier/outputs.tf (about)

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