pulumi tries to use wrong version for gcp plugin, ...
# general
e
pulumi tries to use wrong version for gcp plugin, seems like a bug to me:
Copy code
$ pulumi up
...
Diagnostics:
  pulumi:providers:gcp (default_2_1_1):
    error: no resource plugin 'gcp-v2.1.1' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource gcp v2.1.1`
Version number comes from plugin
random
- I can prove this by upgrading it:
Copy code
$ yarn add @pulumi/random@2.1.2

$ pulumi up
...
Diagnostics:
  pulumi:providers:gcp (default_2_1_2):
    error: no resource plugin 'gcp-v2.1.2' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource gcp v2.1.2`