Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent missing method MoveResourceState (#223)
Reference: hashicorp/terraform-plugin-go#388 These changes are so the testing provider is compliant with the upcoming `tfprotov5` and `tfprotov6` packages which require provider implementations to fully implement function server handling (already covered) and MoveResourceState (needs covering, hence this change). Almost the entire ecosystem will not have this issue as the higher level SDKs (terraform-plugin-framework, terraform-plugin-sdk, etc.) handle these protocol operations manually, but this test provider is written directly in the low level SDK, so it must implement the necessary changes itself prior to that upstream breaking change.
- Loading branch information