-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
terraform-plugin-testing version
github.com/hashicorp/terraform-plugin-testing v1.13.0
Background
Writing this issue retroactively, since it's already fixed in
v1.13.1
👍🏻
If using the echoprovider
package, when attempting to build terraform-plugin-testing v1.13.0
with terraform-plugin-go v0.28.0
, you will receive an error message:
# github.com/hashicorp/terraform-plugin-testing/echoprovider
/Users/austin.valle/go/pkg/mod/github.com/hashicorp/terraform-plugin-testing@v1.13.0/echoprovider/server.go:41:10:
cannot use &echoProviderServer{} (value of type *echoProviderServer) as tfprotov6.ProviderServer value in return statement:
*echoProviderServer does not implement tfprotov6.ProviderServer (missing method GetResourceIdentitySchemas)
FAIL github.com/hashicorp/terraform-provider-dns/internal/provider [build failed]
References
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working