Fix Load Balancer output attribute - use ipv4 instead of ipv4_address
Some checks failed
Deploy Cluster / Terraform (push) Failing after 1m37s
Deploy Cluster / Ansible (push) Has been skipped

This commit is contained in:
2026-03-23 02:40:50 +00:00
parent ff31cb4e74
commit b2b9c38b91

View File

@@ -66,5 +66,5 @@ output "kubeconfig_command" {
output "kube_api_lb_ip" {
description = "Load Balancer IP for Kubernetes API"
value = hcloud_load_balancer.kube_api.ipv4_address
value = hcloud_load_balancer.kube_api.ipv4
}