2021-10-04 12:54:17 +02:00
|
|
|
output "public_ips" {
|
|
|
|
value = var.ips
|
|
|
|
}
|
|
|
|
|
|
|
|
output "hostnames" {
|
2022-02-25 14:19:08 +01:00
|
|
|
value = keys(local.hostnames)
|
2021-10-04 12:54:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
output "hosts" {
|
2022-02-25 14:19:08 +01:00
|
|
|
value = local.hostnames
|
2021-10-04 12:54:17 +02:00
|
|
|
}
|