Stop printing tfce error message log

pull/26744/head
Paul Thrasher 5 years ago
parent c7dd310988
commit fc8a76a2a3
No known key found for this signature in database
GPG Key ID: D4765F9CA4D82951

@ -321,8 +321,7 @@ func (b *Remote) costEstimate(stopCtx, cancelCtx context.Context, op *backend.Op
b.CLI.Output("\n------------------------------------------------------------------------")
return nil
case tfe.CostEstimateErrored:
b.CLI.Output(msgPrefix + " errored:\n")
b.CLI.Output(ce.ErrorMessage)
b.CLI.Output(msgPrefix + " errored.\n")
b.CLI.Output("\n------------------------------------------------------------------------")
return nil
case tfe.CostEstimateCanceled:

Loading…
Cancel
Save