You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2025. It is now read-only.
Running the project results in a deprecation notice
│ Warning: Argument is deprecated
│
│ with module.cluster_init.hcloud_load_balancer.rancher_management_lb,
│ on module-cluster-init/resources_hetzner.tf line 70, in resource "hcloud_load_balancer" "rancher_management_lb":
│ 70: resource "hcloud_load_balancer" "rancher_management_lb" {
│
│ Use hcloud_load_balancer_target resource instead. This allows the full control over the selected targets.
│
│ (and one more similar warning elsewhere)
The warning should be resolved by using the hcloud_load_balancer_target resource.
Running the project results in a deprecation notice
The warning should be resolved by using the hcloud_load_balancer_target resource.