Merge pull request #26744 from hashicorp/pault/tfce-remove-error-messaging
Stop printing tfce error message log
This commit is contained in:
commit
1e601dc7c2
|
@ -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…
Reference in New Issue