wait for load-balancer ip, expose it via terraform

This commit is contained in:
phaer
2022-02-21 12:45:11 +01:00
parent 06fbc40c88
commit 63008004f7
3 changed files with 9 additions and 6 deletions

View File

@@ -8,12 +8,10 @@ output "agents_public_ip" {
description = "The public IP addresses of the agent server."
}
/*
output "load_balancer_public_ip" {
description = "The public IPv4 address of the Hetzner load balancer"
value = data.hcloud_load_balancer.traefik.ipv4
}
*/
output "kubeconfig_file" {
value = local.kubeconfig_external