command/apply: use new state formatting
This commit is contained in:
parent
79c60e0331
commit
9b090a5505
|
@ -120,7 +120,7 @@ func (c *ApplyCommand) Run(args []string) int {
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
c.Ui.Output(strings.TrimSpace(state.String()))
|
c.Ui.Output(FormatState(state, c.Colorize()))
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue