terraform/backend/local
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
..
test-fixtures 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
backend_apply.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
backend_apply_test.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
backend_local.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
backend_plan.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
backend_plan_test.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
backend_refresh.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
backend_refresh_test.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
backend_test.go Use New() instead of `once.Do(b.init)` 2018-08-03 11:29:11 +02: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: Skip diff hooks for stubs on eval altogether 2017-06-24 08:01:17 -07:00
hook_count_action.go
hook_count_test.go core: Skip diff hooks for stubs on eval altogether 2017-06-24 08:01:17 -07:00
hook_state.go Revert "have StateHook periodically PersistState" 2017-06-07 16:25:19 -07:00
hook_state_test.go Revert "have StateHook periodically PersistState" 2017-06-07 16:25:19 -07:00
local_test.go
testing.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00