quiet-wolf-18467
05/25/2022, 2:57 PMfull-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?full-artist-27215
05/27/2022, 5:03 PMfull-artist-27215
05/27/2022, 6:56 PMhttps://www.youtube.com/watch?v=ZjTFaqMrYvY▾
acoustic-tiger-77630
05/31/2022, 4:17 AM$ pulumi up
Previewing update (dev)
View Live: <https://app.pulumi.com/willguibr/zpa_segment_group/dev/previews/57a0ebdd-d885-46a6-b468-420e4ae1c381>
Type Name Plan Info
pulumi:pulumi:Stack zpa_segment_group-dev
+ ├─ random:index:RandomPet random-description create
+ ├─ random:index:RandomPet random-name create
+ ├─ random:index:RandomString random create
└─ pulumi:providers:zpa default_0_0_1_alpha_1653938881_7168adbb_dirty 1 error
Diagnostics:
pulumi:providers:zpa (default_0_0_1_alpha_1653938881_7168adbb_dirty):
error: no resource plugin 'pulumi-resource-zpa' found in the workspace at version v0.0.1-alpha.1653938881+7168adbb.dirty or on your $PATH, install the plugin using `pulumi plugin install resource zpa v0.0.1-alpha.1653938881+7168adbb.dirty`
Empty Project
$ pulumi up
Previewing update (dev)
View Live: <https://app.pulumi.com/willguibr/zpa_segment_group/dev/previews/086b4344-d8ac-44b7-a4b8-cca68221b744>
Type Name Plan
+ pulumi:pulumi:Stack zpa_segment_group-dev create
Resources:
+ 1 to create
Do you want to perform this update? yes
Updating (dev)
View Live: <https://app.pulumi.com/willguibr/zpa_segment_group/dev/updates/1>
Type Name Status
+ pulumi:pulumi:Stack zpa_segment_group-dev created
Resources:
+ 1 created
Duration: 1s
acoustic-tiger-77630
05/31/2022, 9:02 PMquiet-wolf-18467
06/20/2022, 1:34 PMquiet-wolf-18467
06/20/2022, 1:34 PM