diff --git a/backend/remote/backend_common.go b/backend/remote/backend_common.go index e8d31f7c87..2b0ee90831 100644 --- a/backend/remote/backend_common.go +++ b/backend/remote/backend_common.go @@ -328,7 +328,6 @@ func (b *Remote) costEstimate(stopCtx, cancelCtx context.Context, op *backend.Op return fmt.Errorf("Unknown or unexpected cost estimate state: %s", ce.Status) } } - return nil } func (b *Remote) checkPolicy(stopCtx, cancelCtx context.Context, op *backend.Operation, r *tfe.Run) error {