You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Containers engine already updates current state on every applied change, but it is not used until all execution succeeds. If something fails in the middle of the process, current state is currently thrown away by both binaries and Terraform provider, which then requires manual cleanup before next run.
To improve that, state should be persisted regardless of execution error, so on the next run, engine can pick it up and continue from where it left off. This allows user to resolve encountered issue and continue deploying.