github.com/icebourg/terraform@v0.6.5-0.20151015205227-263cc1b85535/examples/aws-count/outputs.tf (about) 1 output "address" { 2 value = "Instances: ${element(aws_instance.web.*.id, 0)}" 3 }