terraform/state
James Bardin 6162cde6ff Add basic local state locking
Add the LockUnlock methods to LocalState and BackupState.

The implementation for LocalState will be platform specific. We will use
OS-native locking on the state files, speficially locking whichever
state file we intend to write to.
2017-01-30 17:16:57 -05:00
..
remote state/remote: remove consul since we converted that 2017-01-26 14:33:50 -08:00
testdata Add basic local state locking 2017-01-30 17:16:57 -05:00
backup.go Add basic local state locking 2017-01-30 17:16:57 -05:00
backup_test.go state: backup state 2015-02-23 15:13:54 -08:00
cache.go Allow refresh of local state with no resources 2016-06-24 21:54:43 -07:00
cache_test.go Make sure test has a valid ResourceState 2016-11-20 13:13:43 -05:00
inmem.go state: deep copies are required 2015-02-23 21:36:58 -08:00
inmem_test.go state: InmemState 2015-02-23 15:13:55 -08:00
local.go Add basic local state locking 2017-01-30 17:16:57 -05:00
local_lock_unix.go Add basic local state locking 2017-01-30 17:16:57 -05:00
local_lock_windows.go Add basic local state locking 2017-01-30 17:16:57 -05:00
local_test.go Add basic local state locking 2017-01-30 17:16:57 -05:00
state.go add state.Locker interface 2017-01-30 17:16:57 -05:00
testing.go Fix vet issues 2016-10-18 11:11:12 -04:00