Question about plugins. We are seeing this error, ...
# general
l
Question about plugins. We are seeing this error, but only in CI. We aren’t using this alpha package anymore and it doesn’t exist in our code anywhere.
stderr: error: could not load plugin for aws provider 'urn:pulumi:development-johnstonbl01::nacelle-services-dilithium::pulumi:providers:aws::default_3_35_0_alpha_1617104857': no resource plugin 'aws-v3.35.0-alpha.1617104857' found in the workspace or on your $PATH, install the plugin using pulumi plugin install resource aws v3.35.0-alpha.1617104857
b
is it in your state? you can check by exporting it
l
One sec
pulumi stack export | grep alpha
did not return any results
b
on your local machine, do you have that plugin installed? i can't think of anywhere else it would be coming from
l
I didn’t install it. We had that version in our
package.json
for a week or so, but not anymore
I do see it in
/Users/jeffrichie/.pulumi/plugins
but I’m actually only getting this error in CI
The GitHub Pulumi Action uses the Automation API vs the cli. Would that make things any different?
b
nope, the automation api uses the cli under the hood too
👍 1
l
It’s odd, we only see this once in awhile and only in CI, and re-running CI a few time clears it up temporarily
b
that is strange, is it in a specific stack maybe?
l
We’ve seen it on multiple dev stacks
b
can you run
Copy code
pulumi stack export | jq '.deployment.resources[].urn'
on one of the stacks that failed?
l
Looking for this?
"urn:pulumi:development-jeffrichie::nacelle-services-dilithium::pulumi:providers:aws::default_3_35_0"
b
amongst other things 😄
l
DM’d 😄