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.go
backend_apply.go
backend_apply_test.go
backend_local.go
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_refresh_test.go
backend_test.go
counthookaction_string.go
hook_count.go
hook_count_action.go
hook_count_test.go
hook_state.go
hook_state_test.go
local_test.go
testing.go