Hi all, has anyone encountered this issue that whe...
# aws
c
Hi all, has anyone encountered this issue that when pulumi up, it automatically install the resource plugin but try to find another version of it And I believe it’s similar to this https://github.com/pulumi/pulumi/issues/5641#issuecomment-735867087
s
this is odd. what do you get when
pulumi plugin ls
?
l
That happens to me when an old resource still has a reference to the old version of the provider. It usually sorts itself out by installing the version that didn't get automatically installed. After a couple more `up`s, the references to the old provider are all gone and everything's back to normal.
c
I tried to
pulumi destory
everything and
pulumi up
again and it didn’t install any plugin this time.
Do I need to install provider plugin manually?
s
At least for now give it a go and try installing the plugins manually.
c
It’s fixed by manually install the plugin but it would be great if we don’t have to specify the version. Thank you @steep-sunset-89396 and @little-cartoon-10569
s
Glad to hear this is fixed. If this happens again, could you let us know please? Our CLI should normally download all the necessary materials for running the app.