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