diff --git a/command/apply.go b/command/apply.go index d87e1954e..4922db4fd 100644 --- a/command/apply.go +++ b/command/apply.go @@ -120,7 +120,7 @@ func (c *ApplyCommand) Run(args []string) int { return 1 } - c.Ui.Output(strings.TrimSpace(state.String())) + c.Ui.Output(FormatState(state, c.Colorize())) return 0 }