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.
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
}
}
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