mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00:00
5 lines
125 B
HCL
5 lines
125 B
HCL
|
|
output "controlplane_endpoint" {
|
|
value = try(flatten([for c in module.controlplane : c.controlplane_endpoints])[0], "")
|
|
}
|