mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00:00
6 lines
187 B
HCL
6 lines
187 B
HCL
|
|
output "worker_endpoints" {
|
|
description = "Kubernetes worker endpoint"
|
|
value = flatten([for ip in try(openstack_networking_port_v2.worker_public[*].all_fixed_ips, []) : ip])
|
|
}
|