github.com/erriapo/terraform@v0.6.12-0.20160203182612-0340ea72354f/examples/aws-elb/outputs.tf (about)

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