rancher / terraform-provider-rancher2

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

Add `extra_args_array` Field #1209

Open hchen-tubi opened 10 months ago

hchen-tubi commented 10 months ago

Related to: https://github.com/rancher/rke/pull/2908 https://github.com/rancher/rancher/issues/25500

Similar request for terraform-provider-rke provider https://github.com/rancher/terraform-provider-rke/issues/348

Two new fields were added to RKE, ExtraArgsArray and WindowsExtraArgsArray. These fields allow users to specify an extraArg multiple times with different values. The provider now needs to be updated to support these two new fields.