Hi guys, I installed the pulumi cli on a new machi...
# general
b
Hi guys, I installed the pulumi cli on a new machine, and then ran my
pulumi up -s <stack>
command which resulted in:
Copy code
error: could not load plugin for gcp provider 'urn:pulumi:dev::tip::pulumi:providers:gcp::default_2_3_0_alpha_1579304739': no resource plugin 'gcp-v2.3.0-alpha.1579304739' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource gcp v2.3.0-alpha.1579304739`
However, when I run
pulumi plugin ls
I get:
Copy code
NAME        KIND      VERSION  SIZE   INSTALLED  LAST USED
gcp         resource  2.5.0    79 MB  n/a        18 minutes ago
Which is newer. I've tried running
pulumi plugin install resource gcp v2.3.0-alpha.1579304739
as instructed, by it resulted in "Not found". Then, I've tried running
pulumi plugin install resource gcp v2.3.0
but it still failed because it seems I need a very specific version. How should I solve this? Thanks in advance.