https://pulumi.com logo
Title
p

proud-pizza-80589

12/26/2020, 1:14 PM
I’m moving my standalone code over to a worker using the automation api, based on the examples i gather i have to install plugins by calling `await stack.workspace.installPlugin("aws", "v3.6.1");`and that they are not installed automatically like in the stand alone version? And, where can i find the possible versions?
found the versions:
pulumi plugin ls
l

lemon-agent-27707

12/28/2020, 6:22 PM
If you look at the releases page on any of our provider repos, you can see the full list of available versions: https://github.com/pulumi/pulumi-aws/releases
There's an open issue to automate this, feel free to give a +1 https://github.com/pulumi/pulumi/issues/5448