They're all showing up as `completing deletion fro...
# general
j
They're all showing up as
completing deletion from previous update
but I'm not seeing any way to modify this using
stack export
b
When you
stack export
you should see two copies of the resource in the state file. One will have "delete: true" as metadata on it. You can remove that yourself, and then
pulumi
will no longer attempt to delete it.