terraform/command/format
Martin Atkins 783205948c command/format: JSON value formatting heuristic not for primitive values
Since our own syntax for primitive values is similar to that of JSON, and
since we permit automatic conversions from number and bool to string, we
must do this special JSON value diff formatting only if the value is a
JSON array or object to avoid confusing results.
2018-10-16 19:14:11 -07:00
..
diagnostic.go command/format: include source snippets in diagnostics 2018-10-16 18:20:32 -07:00
diff.go command/format: JSON value formatting heuristic not for primitive values 2018-10-16 19:14:11 -07:00
format.go command/format: a package for formatting plans/state for output 2017-01-26 14:33:49 -08:00
plan.go core: Properly handle no-op changes in plan 2018-10-16 19:14:11 -07:00
plan_test.go Fix up some missed "go fmt" 2018-10-16 18:49:20 -07:00
state.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00