# Description Hashicorp now prefers new and existing plugins to use [Terraform Plugin Framework](https://developer.hashicorp.com/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 ](https://github.com/scott-the-programmer/terraform-provider-minikube/blob/main/minikube/resource_cluster.go#L235C1-L343C20) The migration path looks fairly straight forward - and the current acceptance tests will suffice in catching any regression