terraform/states/statemgr
Martin Atkins b9a93a0fe7 Move addrs/ to internal/addrs/
This is part of a general effort to move all of Terraform's non-library
package surface under internal in order to reinforce that these are for
internal use within Terraform only.

If you were previously importing packages under this prefix into an
external codebase, you could pin to an earlier release tag as an interim
solution until you've make a plan to achieve the same functionality some
other way.
2021-05-17 14:09:07 -07:00
..
testdata statemgr: New package for state managers 2018-10-16 18:49:20 -07:00
doc.go Update doc.go, fix typo (#20529) 2019-03-01 08:59:01 -08:00
filesystem.go states/statemgr: staticcheck 2020-12-02 13:59:19 -05:00
filesystem_lock_unix.go states/statemgr: staticcheck 2020-12-02 13:59:19 -05:00
filesystem_lock_windows.go states/statemgr: Local locks meta is near output path, not input path 2018-11-19 09:02:35 -08:00
filesystem_test.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
helper.go command: Use statemgr.Import and statemgr.Export for state push and pull 2018-11-19 09:02:35 -08:00
lineage.go command/state: update and fix the state push and pull 2018-10-19 19:12:23 +02:00
lock.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00
lock_test.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00
locker.go Fix typos (#24531) 2020-04-13 08:34:40 -04:00
migrate.go Version tools per Go convention under tools.go 2019-10-17 22:23:39 +02:00
migrate_test.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
persistent.go statemgr: New package for state managers 2018-10-16 18:49:20 -07:00
plan.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
snapshotmetarel_string.go stringer: Regenerate files with latest version 2019-05-13 15:34:27 +01:00
statemgr.go statemgr: Helper funcs RefreshAndRead and WriteAndPersist 2018-10-16 18:58:49 -07:00
statemgr_fake.go statemgr: add a NewUnlockErrorFull state manager for tests (#25823) 2020-08-14 14:14:51 -04:00
statemgr_test.go states/statemgr: t.Fatal from goroutine 2020-12-02 13:59:19 -05:00
testing.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
transient.go statemgr: New package for state managers 2018-10-16 18:49:20 -07:00
transient_inmem.go statemgr: New package for state managers 2018-10-16 18:49:20 -07:00