terraform/command/test-fixtures/backend-new-migrate
Martin Atkins aacbe1d14b command: Fix TestMetaBackend_configureNewWithState
This test was initially failing because its fixture had a state which our
new state models consider to be "empty", and thus it was not migrated.

After fixing that (by adding an output to the fixture), this revealed a
bug that the lineage was not being persisted through the migration. This
is fixed by using the statemgr.Migrate method instead of writing via the
normal Writer interface, which allows two cooperating state managers to
properly transfer the lineage and serial along with the state snapshot.
2018-11-19 09:02:35 -08:00
..
main.tf command: convert to use backends 2017-01-26 14:33:49 -08:00
terraform.tfstate command: Fix TestMetaBackend_configureNewWithState 2018-11-19 09:02:35 -08:00