github.com/tkak/terraform@v0.5.4-0.20150712180941-7f738dc27225/examples/aws-two-tier/outputs.tf (about) 1 output "address" { 2 value = "${aws_elb.web.dns_name}" 3 }