github.com/econnell/terraform@v0.5.4-0.20150722160631-78eb236786a4/examples/aws-elb/outputs.tf (about)

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