github.com/armen/terraform@v0.5.2-0.20150529052519-caa8117a08f1/examples/aws-two-tier/outputs.tf (about) 1 output "address" { 2 value = "${aws_elb.web.dns_name}" 3 }