This message was deleted.
# typescript
s
This message was deleted.
s
yes,
pulumi stack export > state.json
then clear the
pending_operations
array at the bottom then
pulumi state import -f state.json
if you run
pulumi state delete
it will just remove the resource from the statefile, but not remove it from your cloud env which might be a problem.
🙏 1
g
Thanks a ton Mike!
👍 1