https://pulumi.com logo
b

best-lifeguard-91445

05/14/2020, 11:24 PM
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

icy-jordan-58549

05/14/2020, 11:39 PM
pulumi stack export > stack.json
fix issues
and then
pulumi stack import stack.json
b

best-lifeguard-91445

05/14/2020, 11:44 PM
Thanks -- I'll give that a try next time