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

@@ -153,10 +153,8 @@ resource "hcloud_placement_group" "k3s" {
}
}
/*
data "hcloud_load_balancer" "traefik" {
name = "traefik"
depends_on = [hcloud_server.agents[0]]
depends_on = [module.first_control_plane]
}
*/