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