Skip to content

Commit 0f90da9

Browse files
committed
comments
1 parent 9887df0 commit 0f90da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_tfe_workspace_policy_set_exclusion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func resourceTFEWorkspacePolicySetExclusionImporter(ctx context.Context, d *sche
133133
// Ensure the named workspace exists before fetching all the policy sets in the org
134134
_, err := config.Client.Workspaces.Read(ctx, organization, wsName)
135135
if err != nil {
136-
return nil, fmt.Errorf("error reading configuration of excluded workspace %s in organization %s: %w", wsName, organization, err)
136+
return nil, fmt.Errorf("error reading configuration of the workspace to exclude %s in organization %s: %w", wsName, organization, err)
137137
}
138138

139139
options := &tfe.PolicySetListOptions{Include: []tfe.PolicySetIncludeOpt{tfe.PolicySetWorkspaceExclusions}}

0 commit comments

Comments
 (0)