diff --git a/backend/remote/backend_common.go b/backend/remote/backend_common.go index 34c851467..2f9399323 100644 --- a/backend/remote/backend_common.go +++ b/backend/remote/backend_common.go @@ -276,7 +276,7 @@ func (b *Remote) costEstimation(stopCtx, cancelCtx context.Context, op *backend. switch ce.Status { case tfe.CostEstimationFinished: - if r.HasChanges && op.Type == backend.OperationTypeApply || b.CLI != nil { + if len(r.PolicyChecks) == 0 && r.HasChanges && op.Type == backend.OperationTypeApply && b.CLI != nil { b.CLI.Output("\n------------------------------------------------------------------------") } return nil