github.com/icebourg/terraform@v0.6.5-0.20151015205227-263cc1b85535/examples/aws-elb/outputs.tf (about) 1 output "address" { 2 value = "${aws_elb.web.dns_name}" 3 }