3 lines
92 B
HCL
3 lines
92 B
HCL
output "box_ip" {
|
|
value = {for box in hcloud_server.boxes: box.name => box.ipv4_address}
|
|
} |