mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-09 13:25:53 +00:00
Jakub Sokołowski
9b365b02a7
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>
12 lines
144 B
HCL
12 lines
144 B
HCL
output "public_ips" {
|
|
value = var.ips
|
|
}
|
|
|
|
output "hostnames" {
|
|
value = keys(local.hostnames)
|
|
}
|
|
|
|
output "hosts" {
|
|
value = local.hostnames
|
|
}
|