Skip to content

Commit

Permalink
Update errors.go
Browse files Browse the repository at this point in the history
  • Loading branch information
uturunku1 authored Mar 4, 2024
1 parent db35e5f commit e00ed88
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 version is still being processed, and attempting to discover resources")
ErrWorkspaceStillProcessing = errors.New("conflict\nlatest workspace state is still being processed, and attempting to discover resources")

// 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 e00ed88

Please sign in to comment.