Do not print errors via UiHook

pull/2815/head
Radek Simko 11 years ago committed by Radek Simko
parent 90c3e06628
commit 7a60174dd1

@ -140,7 +140,8 @@ func (h *UiHook) PostApply(
}
if applyerr != nil {
msg = fmt.Sprintf("Error: %s", applyerr)
// Errors are collected and printed in ApplyCommand, no need to duplicate
return terraform.HookActionContinue, nil
}
h.ui.Output(h.Colorize.Color(fmt.Sprintf(

Loading…
Cancel
Save