Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve argument deprecation warning #20

Open
alexzimmer96 opened this issue Jun 18, 2022 · 0 comments
Open

Resolve argument deprecation warning #20

alexzimmer96 opened this issue Jun 18, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@alexzimmer96
Copy link
Owner

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.

@alexzimmer96 alexzimmer96 added enhancement New feature or request good first issue Good for newcomers labels Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant