github.com/jorgemarey/terraform@v0.6.7-0.20151113041428-536ba76b21bb/examples/aws-elb/outputs.tf (about)

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