terraform/command/format
Martin Atkins ea81e75a4e command: utility for rendering tfdiag diagnostics
This new method showDiagnostics takes any value that would be accepted by
tfdiags.Append and renders it to the UI.

This is intended to encourage consistent handling of the different kinds
of errors and diagnostics that can be produced, and allow richer error
objects like the HCL2 diagnostics to be easily unwrapped and shown in
their full-fidelity.
2017-10-06 11:46:07 -07:00
..
diagnostic.go command: utility for rendering tfdiag diagnostics 2017-10-06 11:46:07 -07:00
format.go command/format: a package for formatting plans/state for output 2017-01-26 14:33:49 -08:00
plan.go command/format: restore "(forces new resource)" caption 2017-09-11 12:55:32 -07:00
plan_test.go command/format: restore "(forces new resource)" caption 2017-09-11 12:55:32 -07:00
state.go command/format: a package for formatting plans/state for output 2017-01-26 14:33:49 -08:00