waiting for the lb on agent[0]

This commit is contained in:
Karim Naufal 2022-02-15 23:00:27 +01:00
parent 51f9718657
commit 9c3e3034f7

View File

@ -156,5 +156,5 @@ resource "hcloud_placement_group" "k3s" {
data "hcloud_load_balancer" "traefik" {
name = "traefik"
depends_on = [hcloud_server.first_control_plane]
depends_on = [hcloud_server.agents[0]]
}