I’m unable to use the <pulumiservice provider> bec...
# pulumi-cloud
g
I’m unable to use the pulumiservice provider because whether automatically via
pulumi up
or with a manual
pulumi plugin install
I get a 403:
Copy code
$ pulumi plugin install resource pulumiservice v1.0.0-alpha.0+dev
[resource plugin pulumiservice-1.0.0-alpha.0+dev] installing
error: [resource plugin pulumiservice-1.0.0-alpha.0+dev] downloading from : failed to download plugin: pulumiservice-1.0.0-alpha.0+dev: 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-pulumiservice-v1.0.0-alpha.0%2Bdev-darwin-arm64.tar.gz>
Am I doing something wrong?
Don’t actually know how this all works, but maybe related to this line in pulumi-plugin.json and and here in pulumiUtilities.go from #446 — I assume that version should be updated during a release.