terraform/backend/local
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
..
test-fixtures backend/local: check for empty config on apply 2017-02-15 16:00:59 -08:00
backend.go Split out the backend environment interface 2017-02-28 16:06:14 -05:00
backend_apply.go backend/local: allow nil modules (no config) if executing a plan 2017-02-16 10:56:39 -08:00
backend_apply_test.go backend/local: check for empty config on apply 2017-02-15 16:00:59 -08:00
backend_local.go Have backend operations properly unlock state 2017-02-15 14:41:55 -05:00
backend_plan.go Have backend operations properly unlock state 2017-02-15 14:41:55 -05:00
backend_plan_test.go backend/local: validate module exists for plan 2017-01-29 20:02:12 -08:00
backend_refresh.go backend/local: refresh with no config should not crash on input 2017-02-22 13:10:08 -08:00
backend_refresh_test.go backend/local: refresh with no config should not crash on input 2017-02-22 13:10:08 -08:00
backend_test.go Make the Local backend handle its own named states 2017-02-28 16:03:36 -05:00
cli.go command: use backend.CLIIinit 2017-02-28 10:58:29 -08:00
counthookaction_string.go backend/local 2017-01-26 14:33:49 -08:00
hook_count.go backend/local 2017-01-26 14:33:49 -08:00
hook_count_action.go backend/local 2017-01-26 14:33:49 -08:00
hook_count_test.go backend/local 2017-01-26 14:33:49 -08:00
hook_state.go backend/local 2017-01-26 14:33:49 -08:00
hook_state_test.go backend/local 2017-01-26 14:33:49 -08:00
local_test.go backend/local 2017-01-26 14:33:49 -08:00
testing.go backend/local 2017-01-26 14:33:49 -08:00