This message was deleted.
# typescript
s
This message was deleted.
l
You can export the stack, edit it to remove the pending operations (they're at the bottom), and import the stack.
Make backups.
m
+1 you need to remove the pending operations before importing it back in
l
(This is a #C84L4E3N1 question. This has affected other people, you may find more details by searching in that channel.)
👍 1
d
It has probably been suggested already but a built-in command in pulumi to do this like 'pulumi dontcare' which does an export/remove-pending/import would be much appreciated - I end up doing this often, also thought about scripting it with jq for my project 🙂
w
Often in this case,
pulumi stack export | pulumi stack import
will clean things up.