We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is currently not possible to configure an RKE2 k8s cluster on Heztner cloud via terrafrom because rancher2_machine_config_v2 and rancher2_cloud_credential don't support Hetzner cloud
Add Hetzner support for rancher2_machine_config_v2 e.g.
resource "rancher2_machine_config_v2" "foo" { generate_name = "test-foo" hetzner_config { some_data } }
and rancher2_cloud_credential
resource "rancher2_cloud_credential" "foo" { name = "foo" hetzner_credential_config { some_data } }
The text was updated successfully, but these errors were encountered:
Same problem; it would be nice if this functional was added.
Sorry, something went wrong.
I'm also interested in this
Same problem
Interested in seeing support for Hetzner Cloud too. It's becoming increasingly popular nowadays
No branches or pull requests
Is your feature request related to a problem? Please describe.
It is currently not possible to configure an RKE2 k8s cluster on Heztner cloud via terrafrom because rancher2_machine_config_v2 and rancher2_cloud_credential don't support Hetzner cloud
Describe the solution you'd like
Add Hetzner support for rancher2_machine_config_v2 e.g.
and rancher2_cloud_credential
The text was updated successfully, but these errors were encountered: