opentofu/examples/aws-count/outputs.tf
2014-10-13 22:18:45 -07:00

4 lines
69 B
HCL

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