https://pulumi.com logo
Title
i

icy-controller-6092

04/04/2023, 8:46 AM
do we need
installPlugin
when using the automation API? the plugins in use will have been included when running the
program
callback
l

lemon-agent-27707

04/04/2023, 12:47 PM
Inline programs do not have automatic plugin acquisition, so it will be require for those but not for local programs.
i

icy-controller-6092

04/04/2023, 10:52 PM
Hey Evan, thanks for the info. I was wondering howcome the plugin hasn't been acquired yet when running
npm install @pulumi/aws
?
I guess I don't know much about what plugin acquisition is, as I've only got an understanding of Pulumi from using the nodejs sdk. I've tried to search the docs but can't find any info about it, besides some github issues