handsome-cat-98152
04/16/2020, 11:08 AMerror: no resource plugin 'gcp-v1.4.5' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource gcp v1.4.5`
Now, when I run this command I run into a different error:
> pulumi plugin install resource gcp v1.4.5 ~/Graphmasters/pummeleinhorn/tests/basic_deployment(cloud-dns-records-108✗)@Nilss-MBP.fritz.box
[resource plugin gcp-1.4.5] installing
error: [resource plugin gcp-1.4.5] downloading from <https://api.pulumi.com/releases/plugins>: 404 HTTP error fetching plugin from <https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v1.4.5-darwin-amd64.tar.gz>
Is there a workaround?
Greetings and have a nice day!broad-dog-22463
04/16/2020, 11:14 AMstocky-island-3676
04/16/2020, 11:55 AM@pulumi/gcp: 2.13.0
version (checked in package-lock.json
). But it’s an indirect dependency from our module.
Here’s the longer whole output from CircleCI. It works locally without this error message.broad-dog-22463
04/16/2020, 11:57 AMpulumi plugin install resource gcp v1.6.0
and was able to get the packagestocky-island-3676
04/16/2020, 1:12 PMgcp 1.6.0
in the package-lock.json
. I’ve searched for 1.6.0
and only found
"@pulumi/kubernetes": {
"version": "1.6.0",
Yeah, pulumi plugin install resource gcp v1.6.0
works here (in comparison to v1.4.5
what Nils mentioned). Still, why do we need this? I mean @gentle-diamond-70147 recently mentioned that this shouldn’t be needed normally.