terraform/examples/aws-count/outputs.tf

4 lines
69 B
HCL

output "address" {
value = "Instances: ${aws_instance.web.*.id}"
}