terraform/backend
Mitchell Hashimoto 3cedfa00f4
command: use backend.CLIIinit
I made this interface way back with the original backend work and I
guess I forgot to hook it up! This is becoming an issue as I'm working
on our 2nd enhanced backend that requires this information and I
realized it was hardcoded before.

This propertly uses the CLIInit interface allowing any backend to gain
access to this data.
2017-02-28 10:58:29 -08:00
..
init providers/terraform: data source uses backends for state loading 2017-02-22 11:37:56 -08:00
legacy backend/legacy 2017-01-26 14:33:49 -08:00
local command: use backend.CLIIinit 2017-02-28 10:58:29 -08:00
remote-state Add inmem remote backend 2017-02-20 14:49:46 -05:00
backend.go enable local state locking for apply 2017-02-02 18:08:28 -05:00
cli.go command: use backend.CLIIinit 2017-02-28 10:58:29 -08:00
nil.go backend: introduce the backend set of interfaces 2017-01-26 14:33:49 -08: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