This message was deleted.
# general
s
This message was deleted.
b
hi, yes you've got it right. You need the new and old versions of the plugin. The best way is to install the deps with your package manager, then updated your deps there too
c
this didn't work... in my docker container
pulumi plugin ls
shows:
Copy code
NAME          KIND      VERSION  SIZE   INSTALLED  LAST USED
cloudflare    resource  4.7.0    38 MB  n/a        1 day ago
cloudflare    resource  2.8.0    46 MB  n/a        1 day ago
digitalocean  resource  4.14.0   42 MB  n/a        1 day ago
digitalocean  resource  3.1.1    45 MB  n/a        1 day ago
I ran
pulumi up
from there successfully but when I go back to my local shell and
pulumi preview
I still get:
Copy code
error: could not load plugin for digitalocean provider 'urn:pulumi:staging::myproject::pulumi:providers:digitalocean::default': no resource plugin 'pulumi-resource-digitalocean' found in the workspace at version v3.1.1 or on your $PATH, install the plugin using `pulumi plugin install resource digitalocean v3.1.1`