-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
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
Add extra_args_array
Field
#348
Comments
@HarrisonWAffel , since it's for TF and we have a bit more time to implement TF changes, assigning 2.6.7 milestone to it. If it's not done soon, we can bump it to 2.7.0. |
Test Plan - Initial DraftScenario 1:
Scenario 2:
|
Any progress or further plan on this? We are waiting for it and it'd be nice to have this feature available in the terraform provider |
Discussed this issue and PR #427 with @HarrisonWAffel last week. There's a problem with a tf plan/apply always showing changes because the However, this issue appears to be fixed in the migration to sdk v2 due to updates in how Terraform handles the concept of state. The PR needs to be updated but @HarrisonWAffel is out this week so pushing this issue to release v1.4.4 so v1.4.3 can be released this week. |
Relates to : rancher/rke#2908 rancher/rancher#25500
Two new fields were added to RKE,
ExtraArgsArray
andWindowsExtraArgsArray
. These fields allow users to specify anextraArg
multiple times with different values. The provider now needs to be updated to support these two new fields.The text was updated successfully, but these errors were encountered: