bored-table-20691
01/24/2022, 5:52 PM$ pulumi plugin install resource command v3.0.0
[resource plugin command-3.0.0] installing
error: [resource plugin command-3.0.0] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-command-v3.0.0-darwin-amd64.tar.gz>
pulumi:providers:command (default):
error: no resource plugin 'command-v3.0.0' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource command v3.0.0`
"<http://github.com/pulumi/pulumi-command/sdk/v3/go/command/local|github.com/pulumi/pulumi-command/sdk/v3/go/command/local>"
This import (from the GitHub repo examples) seems to break it. Removing the v3/
aspect fixed it.sparse-park-68967
01/24/2022, 7:00 PMpulumi plugin install resource command v0.0.3
bored-table-20691
01/24/2022, 7:01 PMpulumi up
still gave that error (that command-v3.0.0 is not installed) unless I changed the import path.sparse-park-68967
01/24/2022, 7:02 PM<http://github.com/pulumi/pulumi-command/sdk/go/command/local|github.com/pulumi/pulumi-command/sdk/go/command/local>
sdk/v3
bored-table-20691
01/24/2022, 7:02 PMpulumi-command
repo 🙂sparse-park-68967
01/24/2022, 7:03 PMbored-table-20691
01/24/2022, 7:03 PMsparse-park-68967
01/24/2022, 7:06 PMbored-table-20691
01/24/2022, 7:15 PM