Hi guys, anyone who can help me solve the issue wi...
# general
c
Hi guys, anyone who can help me solve the issue with a resource in a pending state caused by an interrupted terminal while updating stack? I have followed the export import solution suggested by the cli, but I can't import the file again because of the very same resource which is in this pending state 😕 "solved it", by running pulumi rm and then manually deleting the resources and spinning up again.. Not a solution, but I can continue.
b
In the export/import solution, you have to delete the pending operation from the json file. Since the operation usually was interrupted, rest of the state should be fine.
c
Yea sound like what i attempted, but I was unsuccesful:
b
would love to know what commands you ran here, let me know if this happens again and I'm happy to help
c
thank you, I will try recreate the error later and note the steps when I am done with my tasks.
b
@calm-solstice-91146 I usually remove the "pending_operations" node entirely. I frequently run into this if my login token expires in the middle of operations.