This message was deleted.
# general
s
This message was deleted.
e
Can you raise an issue about this at https://github.com/pulumi/pulumi/issues. It's almost certainly a bug that you got into this state in the first place. In terms of fixing it, you might need to edit the file by hand (
pulumi stack export > state.json
) to remove that bad provider reference. You should be able to find a urn for a valid provider in the state file and paste that in for the resources provider field, then import the file back
pulumi stack import < state.json
)