github.com/IBM-Cloud/terraform@v0.6.4-0.20170726051544-8872b87621df/examples/aws-two-tier/outputs.tf (about) 1 output "address" { 2 value = "${aws_elb.web.dns_name}" 3 }