sparse-intern-71089
09/18/2018, 12:11 AMglamorous-printer-66548
09/18/2018, 12:38 AM/usr/local/bin/pulumi -> /root/.pulumi/bin/pulumi
and apparently pulumi CLI didn’t like being symlinked that way.big-piano-35669
pulumi
tries to load plugins from your path. So, if you need to load the Node.js runtime, it'll look for pulumi-language-nodejs
, and if you need to load the AWS resource provider, it'll look for pulumi-resource-aws
. So by symlinking, I suspect it did not find the binary adjacent to itself and failed. One solution is to add ~/.pulumi/bin
to your path (defeating the purpose, I suppose of your symlink), or symlinking the plugins also.