terraform/backend/local
Martin Atkins 479c6b2466 move "configschema" from "config" to "configs"
The "config" package is no longer used and will be removed as part
of the 0.12 release cleanup. Since configschema is part of the
"new world" of configuration modelling, it makes more sense for
it to live as a subdirectory of the newer "configs" package.
2018-10-16 18:50:29 -07:00
..
test-fixtures backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
backend.go move "configschema" from "config" to "configs" 2018-10-16 18:50:29 -07:00
backend_apply.go terraform: ugly huge change to weave in new HCL2-oriented types 2018-10-16 18:46:46 -07:00
backend_apply_test.go move "configschema" from "config" to "configs" 2018-10-16 18:50:29 -07:00
backend_local.go terraform: ugly huge change to weave in new HCL2-oriented types 2018-10-16 18:46:46 -07:00
backend_plan.go terraform: ugly huge change to weave in new HCL2-oriented types 2018-10-16 18:46:46 -07:00
backend_plan_test.go move "configschema" from "config" to "configs" 2018-10-16 18:50:29 -07:00
backend_refresh.go terraform: ugly huge change to weave in new HCL2-oriented types 2018-10-16 18:46:46 -07:00
backend_refresh_test.go move "configschema" from "config" to "configs" 2018-10-16 18:50:29 -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 backend/local 2017-01-26 14:33:49 -08:00
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 backend/local 2017-01-26 14:33:49 -08:00
testing.go backend/local: Update tests for changes in "terraform" package 2018-10-16 18:49:20 -07:00