opentofu/internal/backend
James Bardin df0a70bfb6 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.
2022-05-02 14:09:47 -04:00
..
init Initial commit of 'cloud' package 2021-10-28 19:29:09 -05:00
local check for cancellation before apply confirmation 2022-05-02 14:09:47 -04:00
remote Always use token in backend config when provided 2022-04-22 14:01:00 -04:00
remote-state Azure Backend: support OIDC authentication 2022-04-27 19:27:30 +01:00
backend_test.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
backend.go backend/local: Remove unused DisablePlanFileStateLineageChecks flag 2022-01-13 11:00:10 -06:00
cli.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
operation_type.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
operationtype_string.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
testing.go backend/remote-state/azure: defaulting the Azure Backend to use MSAL (#30891) 2022-04-20 17:31:44 +02:00
unparsed_value_test.go core and backend: remove redundant handling of default variable values 2022-01-10 12:26:54 -08:00
unparsed_value.go core and backend: remove redundant handling of default variable values 2022-01-10 12:26:54 -08:00