Is your feature request related to a problem? Please describe
There is a rancher2 terraform provider that configures rancher clusters and other things, and the resources do not have the ability to make use of this machine driver.
https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/cloud_credential
https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/machine_config_v2
That is just a couple examples. The provider supports a few drivers out of the box, but not this one, and I think it would be useful to, if someone from this project has experience writing terraform provider code. I will probably cross-post this on the rancher2 terraform provider repository as well, but unsure how much traction I will get there.
Describe the solution you'd like
I would like to use this node driver with terraform because it has a lot of potential, and I don't think it would be a huge uplift to extend it to, if someone has the cycles.
Describe alternatives you've considered
I think this is enough of an edge case that I don't think it's possible to consider anything else.
Additional context
Currently the terraform provider only supports these options, would be trivial to add the required bits for this node driver.

Is your feature request related to a problem? Please describe
There is a rancher2 terraform provider that configures rancher clusters and other things, and the resources do not have the ability to make use of this machine driver.
https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/cloud_credential
https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/machine_config_v2
That is just a couple examples. The provider supports a few drivers out of the box, but not this one, and I think it would be useful to, if someone from this project has experience writing terraform provider code. I will probably cross-post this on the rancher2 terraform provider repository as well, but unsure how much traction I will get there.
Describe the solution you'd like
I would like to use this node driver with terraform because it has a lot of potential, and I don't think it would be a huge uplift to extend it to, if someone has the cycles.
Describe alternatives you've considered
I think this is enough of an edge case that I don't think it's possible to consider anything else.
Additional context
Currently the terraform provider only supports these options, would be trivial to add the required bits for this node driver.