mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
4 lines
116 B
HCL
4 lines
116 B
HCL
output "nodes_floating_ips" {
|
|
value = "${join(\",\", openstack_compute_instance_v2.consul_node.*.floating_ip)}"
|
|
}
|