This message was deleted.
# general
s
This message was deleted.
v
Have you tried removing the pending operation from the stacks state? You can do this by running
pulumi stack export > export.json
, removing the pending operation and then running
pulumi stack import < export.json
.
v
oh i had no idea you can do that
👍 1
v
Let me know if you get stuck but that should sort it