github.com/alkar/terraform@v0.9.6-0.20170517124458-a4cddf6ebf59/examples/aws-elb/outputs.tf (about)

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