terraform/state
James Bardin cc0712edab add state.Locker interface
Changed from state.StateLocker to remove the stutter.

State implementations can provide Lock/Unlock methods to lock the state
file. Remote clients can also provide these same methods, which will be
called through remote.State.
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
backup.go state: backup state 2015-02-23 15:13:54 -08: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 state: deep copies are required 2015-02-23 21:36:58 -08:00
local_test.go state: LocalState supports alternate output path 2015-02-23 15:13:54 -08: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