terraform/backend/local
Martin Atkins bd10b84a8e command/format: include source snippets in diagnostics
If we get a diagnostic message that references a source range, and if the
source code for the referenced file is available, we'll show a snippet of
the source code with the source range highlighted.

At the moment we have no cache of source code, so in practice this
codepath can never be visited. Callers to format.Diagnostic will be
gradually updated in subsequent commits.
2018-10-16 18:20:32 -07:00
..
test-fixtures core: Move Refreh/Plan diff count to general operation test 2017-06-24 07:54:40 -07:00
backend.go Don’t ask questions when -auto-approve is set 2018-10-09 20:12:33 +02:00
backend_apply.go backend/remote: add support for the apply operation 2018-09-22 11:49:42 +02:00
backend_apply_test.go cleanup temp files from backend tests 2018-03-28 11:00:23 -04:00
backend_local.go command/format: include source snippets in diagnostics 2018-10-16 18:20:32 -07:00
backend_plan.go create clistate.Locker interface 2018-02-23 16:48:15 -05:00
backend_plan_test.go cleanup temp files from backend tests 2018-03-28 11:00:23 -04:00
backend_refresh.go create clistate.Locker interface 2018-02-23 16:48:15 -05:00
backend_refresh_test.go cleanup temp files from backend tests 2018-03-28 11:00:23 -04:00
backend_test.go Use New() instead of `once.Do(b.init)` 2018-08-03 11:29:11 +02:00
cli.go cli: allow disabling "next steps" message in terraform plan 2017-09-14 10:51:41 -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 Implement the Enterprise enhanced remote backend 2018-08-03 22:22:55 +02:00