github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/terraform/openstack/outputs.tf (about) 1 output "nodes_floating_ips" { 2 value = "${join(\",\", openstack_compute_instance_v2.consul_node.*.floating_ip)}" 3 }