terraform/internal/backend
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
..
init Initial commit of 'cloud' package 2021-10-28 19:29:09 -05:00
local command/show: Disable plan state lineage checks 2021-12-17 17:46:42 -05:00
remote cloud: Add streamlined 'remote' backend state migration path 2021-11-03 15:07:33 -05:00
remote-state pass hclog logger to retryable client 2021-11-30 00:09:01 +00:00
backend.go command/show: Disable plan state lineage checks 2021-12-17 17:46:42 -05:00
backend_test.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07: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 command/workspace_delete: Allow deleting a workspace with empty husks 2021-10-13 13:54:11 -07:00
unparsed_value.go refactor ParseVariableValues into separate operations 2021-10-28 19:29:12 -05:00
unparsed_value_test.go refactor ParseVariableValues into separate operations 2021-10-28 19:29:12 -05:00