terraform/backend
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
..
legacy backend/legacy 2017-01-26 14:33:49 -08:00
local backend/local: validate module exists for plan 2017-01-29 20:02:12 -08:00
remote-state backend/remote-state 2017-01-26 14:33:49 -08:00
backend.go backend: introduce the backend set of interfaces 2017-01-26 14:33:49 -08:00
cli.go backend: introduce the backend set of interfaces 2017-01-26 14:33:49 -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