Add support for moving resources from gavinbunney/kubectl
#123
Labels
enhancement
New feature or request
gavinbunney/kubectl
#123
With the release of Terraform v1.8 support for moving resources between providers has been added (this is also due to land in OpenTofu 1.8). It would be great if this provider could support moving resources from the original provider,
gavinbunney/kubectl
, to make switching this out much easier.Looking at the code here it looks like you'd need to migrate to the Terraform Plugin Framework to make use of the updated state move functionality, so that is probably the major constraint here.
The text was updated successfully, but these errors were encountered: