terraform/backend
James Bardin 0933541a8c Split out the backend environment interface
Split the interface to change environments out from the minimal Backend
interface, to make it optional for backend implementations. If
backend.MultiState isn't implemented, return a "not implemented" from
environment related methods.

Have the Local backend delegate the MultiState methods to the proper
backend.
2017-02-28 16:06:14 -05:00
..
init providers/terraform: data source uses backends for state loading 2017-02-22 11:37:56 -08:00
legacy Update Backend to incorporate environments 2017-02-28 16:03:36 -05:00
local Split out the backend environment interface 2017-02-28 16:06:14 -05:00
remote-state Update Backend to incorporate environments 2017-02-28 16:03:36 -05:00
backend.go Split out the backend environment interface 2017-02-28 16:06:14 -05:00
cli.go command: use backend.CLIIinit 2017-02-28 10:58:29 -08:00
nil.go Update Backend to incorporate environments 2017-02-28 16:03:36 -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: introduce the backend set of interfaces 2017-01-26 14:33:49 -08:00