github.com/alexissmirnov/terraform@v0.4.3-0.20150423153700-1ef9731a2f14/examples/aws-two-tier/outputs.tf (about)

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