I tried to create a helm chart and added a bad pro...
# general
w
I tried to create a helm chart and added a bad provider. Pulumi is now stuck in this state even if I removed that code entirely:
Copy code
error: could not find plugin for provider 'urn:pulumi:pulumi-stack-polyverse-dot-com::aws-ts-eks::pulumi:providers:aws::default'
m
Interesting. Can you run
pulumi stack export >checkpoint.json
and DM me the
checkpoint.json
file that writes?
I'd like to take a look at the state we've got for the particular provider.
w
doing it now...