Skip to content

[Feature] rancher2_machine_config_v2 and rancher2_cloud_credential don't support Hetzner #1419

Description

@mrbnd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/provisioningThis seems to be related to provisioning a cluster within Rancher.internal/userThis is a problem identified by a user.kind/featureThis is requesting a new feature specifically for the provider.status/backlogThis issue is waiting for someone to be available to work it.team/provisioning

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions