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

check for cancellation before apply confirmation #30979

Merged
merged 1 commit into from May 2, 2022

Commits on May 2, 2022

  1. check for cancellation before apply confirmation

    When executing an apply with no plan, it's possible for a cancellation
    to arrive during the final batch of provider operations, resulting in no
    errors in the plan. The run context was next checked during the
    confirmation for apply, but in the case of -auto-approve that
    confirmation is skipped, resulting in the canceled plan being applied.
    
    Make sure we directly check for cancellation before confirming the plan.
    jbardin committed May 2, 2022
    Copy the full SHA
    df0a70b View commit details
    Browse the repository at this point in the history