mirror of https://github.com/hashicorp/terraform
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.pull/30979/head
parent
488853be9c
commit
df0a70bfb6
Loading…
Reference in new issue