Files
terraform-talos/gcp-zonal/outputs.tf
2022-12-26 12:23:15 +02:00

5 lines
125 B
HCL

output "controlplane_endpoint" {
value = try(flatten([for c in module.controlplane : c.controlplane_endpoints])[0], "")
}