Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Nov 8, 2024
1 parent ad96f41 commit f41d5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cloud/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ func (b *Cloud) workspaceTagsRequireUpdate(ctx context.Context, workspace *tfe.W
if err != nil && errors.Is(err, tfe.ErrResourceNotFound) {
// By this time, the workspace should have been fetched, proving that the
// authenticated user has access to it. If the tag bindings are not found,
// it would mean that the backened does not support tag bindings.
// it would mean that the backend does not support tag bindings.
result.supportsKVTags = false
} else if err != nil {
return
Expand Down

0 comments on commit f41d5a5

Please sign in to comment.