diff --git a/errors.go b/errors.go index 1b2a98f9c..d096b80f4 100644 --- a/errors.go +++ b/errors.go @@ -66,7 +66,7 @@ var ( // to determine if it is safe to delete. "conflict" followed by newline is used to // preserve go-tfe version compatibility with the error constructed at runtime before it was // defined here. - ErrWorkspaceStillProcessing = errors.New("conflict\nlatest workspace state is still being processed, and attempting to discover resources") + ErrWorkspaceStillProcessing = errors.New("conflict\nLatest workspace state is being processed to discover resources, please try again later") // ErrWorkspaceNotSafeToDelete is returned when a workspace has processed state and // is determined to still have resources present. "conflict" followed by newline is used to