terraform/backend
Sander van Harmelen 57f6e01830 backend/local: preserve serial and lineage on failure
When failing to write the state, the local backend writes the state to a local file called `errrored.tfstate`. Previously it would do so by creating a new state file which would use a new serial and lineage. By exorting the existing state file and directly assigning the new state, the serial and lineage are preserved.
2019-03-27 16:15:16 +01:00
..
atlas Change backend.ValidateConfig to PrepareConfig 2019-02-25 18:37:20 -05:00
init Merge pull request #19070 from mars/postgres-backend 2019-02-26 20:20:01 -05:00
local backend/local: preserve serial and lineage on failure 2019-03-27 16:15:16 +01:00
remote backend/remote: check for external updates 2019-03-08 19:18:07 +01:00
remote-state grammatical updates to comments and docs (#20195) 2019-03-21 14:05:41 -07:00
backend.go Change backend.ValidateConfig to PrepareConfig 2019-02-25 18:37:20 -05:00
cli.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
nil.go Change backend.ValidateConfig to PrepareConfig 2019-02-25 18:37:20 -05:00
nil_test.go backend: introduce the backend set of interfaces 2017-01-26 14:33:49 -08:00
operation_type.go backend: introduce the backend set of interfaces 2017-01-26 14:33:49 -08:00
operationtype_string.go Update various files for new version of "stringer" 2017-12-11 13:26:29 -08:00
testing.go Change backend.ValidateConfig to PrepareConfig 2019-02-25 18:37:20 -05:00
unparsed_value.go backend: Cap number of "undeclared variable" warnings at four 2019-03-05 15:42:08 -08:00
unparsed_value_test.go backend: Cap number of "undeclared variable" warnings at four 2019-03-05 15:42:08 -08:00