terraform-provider-minikube icon indicating copy to clipboard operation
terraform-provider-minikube copied to clipboard

Upgrade from Terraform Plugin SDKv2 to Terraform Plugin Framework

Open scott-the-programmer opened this issue 10 months ago • 0 comments

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

scott-the-programmer avatar Apr 14 '24 02:04 scott-the-programmer