-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Could you tell us a little bit more about the difference between what happens in the SDKv2 and what happen in the plugin-testing? I'm not sure about the difference in behaviour and what to watch out for.
I'm trying to migrate here: scaleway/terraform-provider-scaleway#3104
Because of the sweep redefinition problem, I think that I cannot migrate only a part of the code
Therefore I think we are stuck in a complete atomic migration that have to be done in one go.
terraform-plugin-testing version
github.com/hashicorp/terraform-plugin-testing v1.13.2
Relevant provider source code
Terraform Configuration Files
All the one I had before
Expected Behavior
The CI should not break as terraform-plugin-testing should be totally retrocompatible with the code I already got. It should not affect the CI in any way to migrate to it.
Actual Behavior
Many of my jobs are broken. I'm not sure why changing the import path would trigger a fail in my test suite. Is there a change about how the testing it done between sdkv2 and plugin-testing ?