bland-byte-34481
02/05/2021, 12:38 AMpulumi preview
in our Github action we're seeing the following error:
pulumi:providers:aws default_3_26_1 error: no resource plugin 'aws-v3.26.1' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource aws v3.26.1`
the stack otherwise runs when using the cli locallybillowy-army-68599
npm install
) but it might not be working this time. Can you add a step that does
pulumi plugin install resource aws v3.26.1
to your pipeline?bland-byte-34481
02/05/2021, 12:42 AMbillowy-army-68599
bland-byte-34481
02/05/2021, 1:15 AM"@pulumi/aws": "^3.25.1",
"@pulumi/awsx": "^0.24.0",
"@pulumi/okta": "^2.7.1",
"@pulumi/postgresql": "^2.5.2", "@pulumi/pulumi": "^2.17.2",
"@pulumi/random": "^3.0.0",
"@pulumi/tls": "^3.0.0",
billowy-army-68599
bland-byte-34481
02/05/2021, 10:01 PMpulumi plugin install resource aws v3.26.1
in the pipeline actually does NOT workbillowy-army-68599
$HOME/.pulumi/bin
in your path inside the runner?bland-byte-34481
02/05/2021, 11:59 PM