chilly-laptop-44574
04/03/2020, 12:03 AMpulumi plugin install resource gcp v2.12.0
for each resource we are using?green-morning-1318
04/03/2020, 12:20 AMgcp
or aws
chilly-laptop-44574
04/03/2020, 12:22 AMgreen-morning-1318
04/03/2020, 12:29 AMpulumi plugin install
is only needed when you want to manually install resource provider plugins. For most languages, including TypeScript/Node.js, Pulumi will take care of installing the resource provider"dependencies": {
"@pulumi/pulumi": "^1.0.0",
"@pulumi/kubernetes": "^1.0.0",
"@pulumi/kubernetesx": "^0.1.1"
}
And I let the Pulumi command figure out which resource provider and which version I needgentle-diamond-70147
04/03/2020, 12:41 AMpulumi plugin install ...
is generally not needed. npm install
or pip install ...
should handle this for you in most cases.chilly-laptop-44574
04/03/2020, 12:43 AMpulumi stack select ...
i am getting info about missing plugin…