mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-25 03:01:47 -04:00
Stop printing tfce error message log
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user