output "ips" { value = [for node in hcloud_server.node : [for ip in node.network : ip][0].ip] }