# Functions
Diagnostic formats a single diagnostic message.
DiffActionSymbol returns a string that, once passed through a colorstring.Colorize, will produce a result that can be written to a terminal to produce a symbol made of three printable characters, possibly interspersed with VT100 color codes.
NewPlan produces a display-oriented Plan from a terraform.Plan.
State takes a state and returns a string.
# Structs
AttributeDiff is a representation of an attribute diff optimized for display, in conjunction with DisplayInstanceDiff.
InstanceDiff is a representation of an instance diff optimized for display, in conjunction with DisplayPlan.
Plan is a representation of a plan optimized for display to an end-user, as opposed to terraform.Plan which is for internal use.
PlanStats gives summary counts for a Plan.
StateOpts are the options for formatting a state.