powerful-postman-67412
09/18/2023, 6:02 PMmake tfgen
. I'm getting an error
../../../go/pkg/mod/github.com/pulumi/terraform-plugin-sdk/v2@v2.0.0-20220824175045-450992f2f5b9/helper/schema/provider.go:508:9: cannot use NewGRPCProviderServer(p) (value of type *GRPCProviderServer) as tfprotov5.ProviderServer value in return statement: *GRPCProviderServer does not implement tfprotov5.ProviderServer (missing method GetMetadata)
This is using the newest versions of the pulumi-terraform-bridge
and pulumi
terraform-plugin-sdk
to match what is used by the AWS pulumi providerstocky-restaurant-98004
09/18/2023, 8:26 PMterraform-plugin-sdk
to match what's in the version of pulumi-terraform-bridge
(but using pulumi-aws
as a reference is also a good move).powerful-postman-67412
09/21/2023, 2:15 PMmake tfgen
in the Github Action. I can't figure out what I'm doing incorrectly since it works locally https://github.com/MaterializeInc/pulumi-materialize/actions/runs/6262865266/job/17006011651stocky-restaurant-98004
09/25/2023, 3:07 PMpowerful-postman-67412
09/25/2023, 3:31 PM