Hello guys I'm starting to work with automation AP...
# automation-api
n
Hello guys I'm starting to work with automation API and I'm little confused about plugins in the "pulumi over http" someone could help me?
r
what's the confusion?
n
Actually the ensurePlugins function... Where I can find the correct plugins names and versions ?
r
From your dependencies. Whatever provider you're using has an associated plugin. If you're using `pulumi-aws v4.26.0`you'll need to install
aws
v4.26.0
n
Uhmmm, alright so the name of plugin is the name of package into Pulumi Registry without the prefix "pulumi-" is that right?