mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
8 lines
156 B
HCL
8 lines
156 B
HCL
output "master_public_ips" {
|
|
value = [hcloud_server.master.*.ipv4_address]
|
|
}
|
|
|
|
output "node_public_ips" {
|
|
value = [hcloud_server.node.*.ipv4_address]
|
|
}
|
|
|