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

[Bug]: No option for TLS Passthrough for hcloud_load_balancer_service #1051

Open
nicprov opened this issue Nov 24, 2024 · 1 comment
Open

Comments

@nicprov
Copy link

nicprov commented Nov 24, 2024

What happened?

There is discrepancy between the GUI features and Terraform features.

On the GUI, there is an option to setup TLS passthrough on the load balancer. However, this feature does not exist in Terraform, and trying to create a load balancer service without a valid TLS certificate fails.

image

What did you expect to happen?

I expected to be able to create an hcloud_load_balancer_service without having to specify a TLS certificate (by using a TLS passthrough).

Please provide a minimal working example

resource "hcloud_load_balancer_service" "load_balancer_service" {
  load_balancer_id = hcloud_load_balancer.main.id
  protocol         = https
}
@nicprov nicprov added the bug label Nov 24, 2024
@jooola
Copy link
Member

jooola commented Dec 13, 2024

The templates are only configuration templates on the frontend side, the Hetzner Cloud API does not have such feature.

The equivalent in the terraform provider would be to document both configuration with examples.

@jooola jooola added documentation and removed bug labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants