Fix Load Balancer output attribute - use ipv4 instead of ipv4_address
This commit is contained in:
@@ -66,5 +66,5 @@ output "kubeconfig_command" {
|
|||||||
|
|
||||||
output "kube_api_lb_ip" {
|
output "kube_api_lb_ip" {
|
||||||
description = "Load Balancer IP for Kubernetes API"
|
description = "Load Balancer IP for Kubernetes API"
|
||||||
value = hcloud_load_balancer.kube_api.ipv4_address
|
value = hcloud_load_balancer.kube_api.ipv4
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user