Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Resolve argument deprecation warning #20

@alexzimmer96

Description

@alexzimmer96

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions