terraform/state
James Bardin 35307d5a60 Add remote state locking
In order to provide lockign for remote states, the Cache state,
remote.State need to expose Lock and Unlock methods. The actual locking
will be done by the remote.Client, which can implement the same
state.Locker methods.
2017-01-30 17:16:57 -05:00
..
remote Add remote state locking 2017-01-30 17:16:57 -05: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
cache.go Add remote state locking 2017-01-30 17:16:57 -05:00
cache_test.go Make sure test has a valid ResourceState 2016-11-20 13:13:43 -05:00
inmem.go
inmem_test.go
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