terraform/backend/local
Mitchell Hashimoto a424203ea3
backend/local: validate module exists for plan
Fixes #11504

The local backend should error if `terraform plan` is called in a
directory with no Terraform config files (same behavior as 0.8.x).
**New behavior:** We now allow `terraform plan -destroy` with no
configuration files since that seems reasonable.
2017-01-29 20:02:12 -08:00
..
test-fixtures backend/local 2017-01-26 14:33:49 -08:00
backend.go backend/local 2017-01-26 14:33:49 -08:00
backend_apply.go backend/local 2017-01-26 14:33:49 -08:00
backend_apply_test.go backend/local 2017-01-26 14:33:49 -08:00
backend_local.go backend/local 2017-01-26 14:33:49 -08:00
backend_plan.go backend/local: validate module exists for plan 2017-01-29 20:02:12 -08: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 2017-01-26 14:33:49 -08:00
backend_refresh_test.go backend/local 2017-01-26 14:33:49 -08:00
backend_test.go backend/local 2017-01-26 14:33:49 -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