Skip to content

Commit

Permalink
Update errors.go
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Croft <[email protected]>
  • Loading branch information
uturunku1 and brandonc authored Mar 5, 2024
1 parent e00ed88 commit ca351fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca351fa

Please sign in to comment.