terraform/internal/backend/local
Alisdair McDiarmid 768741c0f7 command/show: Disable plan state lineage checks
When showing a saved plan, we do not need to check the state lineage
against current state, because the plan cannot be applied. This is
relevant when plan and apply specify a `-state` argument to choose a
non-default state file. In this case, the stored prior state in the plan
will not match the default state file, so a lineage check will always
error.
2021-12-17 17:46:42 -05:00
..
testdata core: Functional-style API for terraform.Context 2021-08-30 13:59:14 -07:00
backend.go insert panic handlers 2021-10-28 11:51:39 -04:00
backend_apply.go don't persist a nil state from Apply 2021-12-17 14:00:59 -05:00
backend_apply_test.go backend/local: Check dependency lock consistency before any operations 2021-10-01 14:43:58 -07:00
backend_local.go command/show: Disable plan state lineage checks 2021-12-17 17:46:42 -05:00
backend_local_test.go plans/planfile: Create takes most arguments via a struct type 2021-10-01 14:43:58 -07:00
backend_plan.go insert panic handlers 2021-10-28 11:51:39 -04:00
backend_plan_test.go backend/local: Check dependency lock consistency before any operations 2021-10-01 14:43:58 -07:00
backend_refresh.go insert panic handlers 2021-10-28 11:51:39 -04:00
backend_refresh_test.go backend/local: Check dependency lock consistency before any operations 2021-10-01 14:43:58 -07:00
backend_test.go core: Functional-style API for terraform.Context 2021-08-30 13:59:14 -07:00
cli.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
hook_state.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
hook_state_test.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
local_test.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
testing.go temp path clean for some backend tests 2021-09-23 17:16:33 -04:00