sparse-intern-71089
02/24/2020, 12:40 PMwhite-balloon-205
~/.pulumi
.
The necessary versions are acquired as part of NPM install
.
If you do not maintain your home directory between NPM install and Pulumi up, you might end up misssing plugins. We have seen codefresh users in particular get hit by this.
You can change where plugins are stored with the PULUMI_HOME env car. You will want to set that for both the NPM install and Pulumi deployment steps of your codefresh pipeline.
https://www.pulumi.com/docs/reference/cli/environment-variables/
https://github.com/pulumi/pulumi/issues/2966