This message was deleted.
# general
s
This message was deleted.
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 😄