terraform/backend
Mitchell Hashimoto 1daff7a826
backend/consul: support "lock" option to disable locking
This adds a "lock" config (default true) to allow users to optionally
disable state locking with Consul. This is necessary if the token given
doesn't have session permission and is necessary for backwards
compatibility.
2017-03-14 17:59:10 -07:00
..
atlas backend/atlas: adhere to new multi-state interface 2017-03-01 13:31:52 -08:00
init backend/init: add atlas, remove legacy atlas remote state 2017-03-01 13:29:16 -08:00
legacy Make backcend/legacy match new Backend iface 2017-02-28 16:35:45 -05:00
local command: test multi-state to single state 2017-03-01 11:34:45 -08:00
remote-state backend/consul: support "lock" option to disable locking 2017-03-14 17:59:10 -07:00
backend.go command: initial work on migrating envs, basic cases first 2017-03-01 10:59:17 -08:00
cli.go command: use backend.CLIIinit 2017-02-28 10:58:29 -08:00
nil.go Update Backend interface to latest iteration 2017-02-28 16:07:07 -05:00
nil_test.go backend: introduce the backend set of interfaces 2017-01-26 14:33:49 -08:00
operation_type.go backend: introduce the backend set of interfaces 2017-01-26 14:33:49 -08:00
operationtype_string.go backend: introduce the backend set of interfaces 2017-01-26 14:33:49 -08:00
testing.go backend/consul: support "lock" option to disable locking 2017-03-14 17:59:10 -07:00