terraform/backend/local
Martin Atkins cbc548eb36 command: Do CLI init of backend loaded from plan
If we don't do this, we can't produce any output when applying a saved
plan file.

Here we also introduce a check to the local backend's ReportResult
function so that it won't panic if CLI init is skipped, although that
will no longer happen in the apply-from-file case due to the change
described in the previous paragraph.
2018-10-16 19:14:11 -07:00
..
test-fixtures backend/local tests tests tests 2018-10-16 19:14:11 -07:00
backend.go command: Do CLI init of backend loaded from plan 2018-10-16 19:14:11 -07:00
backend_apply.go backend/local: adding some informative comments to commented-out tests 2018-10-16 19:14:11 -07:00
backend_apply_test.go backend/local: test fixes 2018-10-16 19:14:11 -07:00
backend_local.go command: Allow tests to run to completion without panics or hangs 2018-10-16 19:14:11 -07:00
backend_plan.go backend/local: Require caller to set PlanOutBackend with PlanOutPath 2018-10-16 19:14:11 -07:00
backend_plan_test.go backend/local: Require caller to set PlanOutBackend with PlanOutPath 2018-10-16 19:14:11 -07:00
backend_refresh.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
backend_refresh_test.go backend/local refresh tests refactor 2018-10-16 19:14:11 -07:00
backend_test.go backend/local WIP commit - fixing tests 2018-10-16 19:14:11 -07:00
cli.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
counthookaction_string.go Update various files for new version of "stringer" 2017-12-11 13:26:29 -08:00
hook_count.go core: Handle forced-create_before_destroy during the plan walk 2018-10-16 19:14:11 -07:00
hook_count_action.go backend/local 2017-01-26 14:33:49 -08:00
hook_count_test.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
hook_state.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
hook_state_test.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
local_test.go backend/local 2017-01-26 14:33:49 -08:00
testing.go backend/local: Require caller to set PlanOutBackend with PlanOutPath 2018-10-16 19:14:11 -07:00