Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure destroy plan contains valid state values #32207

Merged
merged 1 commit into from Nov 17, 2022

Commits on Nov 11, 2022

  1. ensure destroy plan contains valid state values

    Some prior refactors left the detroyPlan method a bit confusing, and ran
    into a case where the previous run state could be returned as nil.
    
    Get rid of the no longer used pendingPlan value, and track the prior and
    prev states directly, making sure we always have a value for both.
    jbardin committed Nov 11, 2022
    Copy the full SHA
    3db3ed0 View commit details
    Browse the repository at this point in the history