mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00:00
11 lines
203 B
HCL
11 lines
203 B
HCL
|
|
output "controlplane_endpoint" {
|
|
description = "Kubernetes controlplane endpoint"
|
|
value = local.lbv4
|
|
}
|
|
|
|
output "web_endpoint" {
|
|
description = "Web endpoint"
|
|
value = local.lbv4_web
|
|
}
|