Closed
Description
terraform-plugin-mux version
v0.5.0
Use cases
While the repository has really good unit and example testing coverage, it may also be desirable to perform integration testing with terraform-provider-corner to further suss out any potential breaking changes or regressions when making code changes.
Attempted solutions
Running unit and example testing, which is good, but ever so slightly off from real world implementations.
Proposal
Once hashicorp/terraform-provider-corner#42 is sorted, in this repository, add terraform-provider-corner to ci-go.yml
so pull requests automatically verify code updates to this project, similar to terraform-plugin-framework and terraform-plugin-sdk.