full-artist-27215
05/26/2022, 4:21 PMpulumi-terraform-bridge
and am running into the following error trying to rebuild the tfgen binary:
# <http://github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfshim/sdk-v2|github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfshim/sdk-v2>
/home/maier/go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/v3@v3.24.1/pkg/tfshim/sdk-v2/upgrade_state.go:52:48: too many arguments in call to schema.RemoveAttributes
have (context.Context, map[string]interface{}, cty.Type)
want (interface{}, cty.Type)
I'm not quite sure where to start with this... any suggestions?stocky-restaurant-98004
05/26/2022, 5:23 PMpulumi/terraform-plugin-sdk
replace
directive to upstream-v2.16.0
.RemoveAttributes
is one of them.full-artist-27215
05/26/2022, 5:45 PM<http://github.com/hashicorp/terraform-exec|github.com/hashicorp/terraform-exec> => <http://github.com/hashicorp/terraform-exec|github.com/hashicorp/terraform-exec> v0.15.0
🤔stocky-restaurant-98004
05/31/2022, 3:23 PM