Hey everyone,
I updated the dependencies on a aws mediatailor custom provider and now I am getting the following error:
# github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema
../go/pkg/mod/github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/provider.go:511:9: cannot use NewGRPCProviderServer(p) (value of type *GRPCProviderServer) as type tfprotov5.ProviderServer in return statement:
*GRPCProviderServer does not implement tfprotov5.ProviderServer (missing GetMetadata method)
Does anyone know what it means and how to fix it? I shouldn’t even be calling on the github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema as far as I know, since I finished migrating to the new Terraform Provider Framework from the sdk v2.