mirror of
https://github.com/ghndrx/terraform.git
synced 2026-02-10 06:45:01 +00:00
4 lines
204 B
HCL
4 lines
204 B
HCL
# output "public_ips" {
|
|
# description = "Public IP addresses of the instances in the Auto Scaling group"
|
|
# value = [for i in data.aws_instances.asg_instances.ids : aws_instance[i].public_ip]
|
|
# } |