Jakub Sokołowski 9b365b02a7
add new windows-01.he-eu-hel1.nimbus.prater host
To replace `windows-01.gc-us-central1-a.nimbus.prater` which is running
out of disk space, and is also far too expensive.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-02-25 15:02:27 +01:00

12 lines
144 B
HCL

output "public_ips" {
value = var.ips
}
output "hostnames" {
value = keys(local.hostnames)
}
output "hosts" {
value = local.hostnames
}