waiting for the lb on agent[0]
This commit is contained in:
parent
51f9718657
commit
9c3e3034f7
2
main.tf
2
main.tf
@ -156,5 +156,5 @@ resource "hcloud_placement_group" "k3s" {
|
|||||||
data "hcloud_load_balancer" "traefik" {
|
data "hcloud_load_balancer" "traefik" {
|
||||||
name = "traefik"
|
name = "traefik"
|
||||||
|
|
||||||
depends_on = [hcloud_server.first_control_plane]
|
depends_on = [hcloud_server.agents[0]]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user