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