terraform/backend
James Bardin 96194fbc0d Update Backend interface to latest iteration
What will hopfully be the final version of the Backend interface. This
combines the MultiState interface into Backend since it will be required
to implement, and simplifies the interface because the Backend is no
longer responsible for tracking the current state.
2017-02-28 16:07:07 -05:00
..
init providers/terraform: data source uses backends for state loading 2017-02-22 11:37:56 -08:00
legacy remove some leftover methods in the legacy backend 2017-02-28 16:07:07 -05:00
local fix incorrect current state in local backend 2017-02-28 16:07:07 -05:00
remote-state Update Backend to incorporate environments 2017-02-28 16:03:36 -05:00
backend.go Update Backend interface to latest iteration 2017-02-28 16:07:07 -05: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: introduce the backend set of interfaces 2017-01-26 14:33:49 -08:00