2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-12 21:56:46 +00:00
2015-04-08 15:16:05 +02:00

4 lines
116 B
HCL

output "nodes_floating_ips" {
value = "${join(\",\", openstack_compute_instance_v2.consul_node.*.floating_ip)}"
}