terraform/command/test-fixtures/state-push-bad-lineage
Martin Atkins 22c84c71a4 command: Use statemgr.Import and statemgr.Export for state push and pull
We previously hacked around the import/export functionality being missing
in the statemgr layer after refactoring, but now it's been reintroduced
to fix functionality elsewhere we should use the centralized Import and
Export functions to ensure consistent behavior.

In particular, this pushes the logic for checking lineage and serial
during push down into the state manager itself, which is better because
all other details about lineage and serial are managed within the state
managers.
2018-11-19 09:02:35 -08:00
..
.terraform command: convert to use backends 2017-01-26 14:33:49 -08:00
local-state.tfstate command: Use statemgr.Import and statemgr.Export for state push and pull 2018-11-19 09:02:35 -08:00
main.tf command: convert to use backends 2017-01-26 14:33:49 -08:00
replace.tfstate command: Use statemgr.Import and statemgr.Export for state push and pull 2018-11-19 09:02:35 -08:00