This repository was archived by the owner on May 14, 2022. It is now read-only.

Description
Hello,
Thanks for this great tool that you are giving us.
I've been struggling with this deprecation notice : after running
tf-sdk-migrator check github.com/Telmate/terraform-provider-proxmox
Checking Go runtime version ...
Go version 1.14.6: OK.
Checking whether provider uses Go modules...
Go modules in use: OK.
Checking version of github.com/hashicorp/terraform-plugin-sdk to determine if provider was already migrated...
Checking version of github.com/hashicorp/terraform used in provider...
Terraform version 0.12.10: OK.
Checking whether provider uses deprecated SDK packages or identifiers...
Deprecated SDK packages in use:
* github.com/hashicorp/terraform/communicator/remote
* github.com/hashicorp/terraform/communicator
Some constraints not satisfied. Please resolve these before migrating to the new SDK.
I have search for this in the git repo but not found any clues. And the communicator package seems OK
Please help me understand why 👍
It is not my provider I'm just trying to migrate from legacy sdk.