github.com/anfernee/terraform@v0.6.16-0.20160430000239-06e5085a92f2/examples/aws-elb/outputs.tf (about)

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