terraform/backend
Martin Atkins 5782357c28 backend: Update interface and implementations for new config loader
The new config loader requires some steps to happen in a different
order, particularly in regard to knowing the schema in order to
decode the configuration.

Here we lean directly on the configschema package, rather than
on helper/schema.Backend as before, because it's generally
sufficient for our needs here and this prepares us for the
helper/schema package later moving out into its own repository
to seed a "plugin SDK".
2018-10-16 18:39:12 -07:00
..
atlas backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
init backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
legacy remove legacy remote state code 2018-10-16 18:24:10 -07:00
local backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
remote Make sure we also output policies while planning 2018-10-16 17:16:28 +02:00
remote-state backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
backend.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
cli.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
nil.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07: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 Update various files for new version of "stringer" 2017-12-11 13:26:29 -08:00
testing.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00