terraform-provider-minikube
terraform-provider-minikube copied to clipboard
Upgrade from Terraform Plugin SDKv2 to Terraform Plugin Framework
Description
Hashicorp now prefers new and existing plugins to use Terraform Plugin Framework going forward. In particular, the new framework can simplify all the weird type parsing we do when converting schema args into minikube config
The migration path looks fairly straight forward - and the current acceptance tests will suffice in catching any regression