rancher / terraform-provider-rancher2

Terraform Rancher2 provider
https://www.terraform.io/docs/providers/rancher2/
Mozilla Public License 2.0
253 stars 216 forks source link

[RFE] Add support for ARM node groups #1321

Open gurchik opened 3 months ago

gurchik commented 3 months ago

Is your feature request related to a problem? Please describe.

In https://github.com/rancher/eks-operator/pull/354 , support for ARM node groups was added by setting the arm property to true, similarly to the gpu property.

Describe the solution you'd like

Update the Provider to add support for the arm property in the node_groups spec in the rancher2_cluster resource similarly to the gpu property.

Describe alternatives you've considered

N/A

Additional context

N/A