I'm getting an error deploying a change after a fa...
# general
b
I'm getting an error deploying a change after a failure - any ideas?:
..xxxx is in ROLLBACK_COMPLETE state and can not be updated.
I deleted the entire stack and recreated it -- but I'm looking for a a solution, as creating the stack won't work in a prod environment.
i
pulumi stack export > stack.json
fix issues
and then
pulumi stack import stack.json
b
Thanks -- I'll give that a try next time