Skip to content

Commit

Permalink
Merge pull request #1349 from WebSpider/1343
Browse files Browse the repository at this point in the history
Fix cluster-autoscaler dependencies
  • Loading branch information
mysticaltech committed May 23, 2024
2 parents a802c07 + 958aa10 commit ae081ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion autoscaler-agents.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ resource "null_resource" "configure_autoscaler" {
}

depends_on = [
null_resource.kustomization,
hcloud_load_balancer.cluster,
null_resource.control_planes,
random_password.rancher_bootstrap,
hcloud_volume.longhorn_volume,
data.hcloud_image.microos_x86_snapshot
]
}
Expand Down

0 comments on commit ae081ae

Please sign in to comment.