One of my stacks is stuck in deleting a object whi...
# general
c
One of my stacks is stuck in deleting a object which I looked does not exists in
aws
. How do I by pass that?
b
You should be able to use
pulumi state delete
to remove this resource from your stack. @incalculable-sundown-82514 can help.
c
Thanks, didn’t know that.
g
If it's truly gone from AWS, a
pulumi refresh
should remove it from your state too.
i
^ Yes to both of these suggestions. Is your stack still in a bad state?
c
No
refresh
resolved the issue.