rich-tiger-43483
03/14/2022, 3:44 PMerror: could not load plugin for checkly provider 'urn:pulumi:dev::pulumi-sample::pulumi:providers:checkly::default_0_0_1_alpha_1': no resource plugin 'checkly-v0.0.1-alpha.1' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource checkly v0.0.1-alpha.1`
What is weird is that I am using the version checkly-v0.0.1-alpha.3
but for some reason it tries to find checkly-v0.0.1-alpha.1
. Any ideas what could be wrong?proud-needle-74695
03/15/2022, 1:29 PMquiet-wolf-18467
rich-tiger-43483
03/15/2022, 2:43 PMquiet-wolf-18467
--server
pulumi plugin install resource checkly v0.0.1-alpha.3 --server <https://github.com/checkly/pulumi-checkly/releases/download/v0.0.1-alpha.3>
pulumi up
- it works 🙂rich-tiger-43483
03/15/2022, 5:11 PMproud-needle-74695
03/15/2022, 5:18 PMquiet-wolf-18467
rich-tiger-43483
03/15/2022, 6:24 PMquiet-wolf-18467
rich-tiger-43483
06/01/2022, 1:04 PMquiet-wolf-18467
rich-tiger-43483
06/01/2022, 1:10 PM~/Development/checkly/pulumi-sample
❯ npm i
> @checkly/pulumi@0.0.1-alpha.7 install /Users/ianaya89/Development/checkly/pulumi-sample/node_modules/@checkly/pulumi
> node scripts/install-pulumi-plugin.js resource checkly 0.0.1-alpha.7
[resource plugin checkly-0.0.1-alpha.7] installing
error: [resource plugin checkly-0.0.1-alpha.7] downloading from <https://github.com/checkly/pulumi-checkly/releases/${VERSION}>: 404 HTTP error fetching plugin from <https://github.com/checkly/pulumi-checkly/releases/0.0.1-alpha.7/pulumi-resource-checkly-v0.0.1-alpha.7-darwin-amd64.tar.gz>
There was an error installing the resource provider plugin. You may try to manually installing the plugin by running `pulumi plugin install resource checkly 0.0.1-alpha.7`
> protobufjs@6.11.3 postinstall /Users/ianaya89/Development/checkly/pulumi-sample/node_modules/protobufjs
> node scripts/postinstall
quiet-wolf-18467
rich-tiger-43483
06/01/2022, 10:07 PM