terraform/backend/remote-state/consul
James Bardin 5621d97925 cleanup consul lock entries
This matches the consul cli behavior, where locks are cleaned up after
use.

Return an error from re-locking the state. This isn't required by the
Locker interface, but it's an added sanity check for state operations.
What was incorrect here was returning an empty ID and error, which would
indicate that Lock/Unlock isn't supported.
2017-04-06 14:19:55 -04:00
..
backend.go backend/consul: support "lock" option to disable locking 2017-03-14 17:59:10 -07:00
backend_state.go remove extra state.Locker assertions 2017-04-01 17:01:45 -04:00
backend_test.go backend/consul: rebase and modify gzip test 2017-03-14 17:59:54 -07:00
client.go cleanup consul lock entries 2017-04-06 14:19:55 -04:00
client_test.go cleanup consul lock entries 2017-04-06 14:19:55 -04:00