Skip to content

Commit 9887df0

Browse files
committed
comments
1 parent f932f87 commit 9887df0

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
@@ -110,7 +110,7 @@ func resourceTFEWorkspacePolicySetExclusionDelete(d *schema.ResourceData, meta i
110110
err := config.Client.PolicySets.RemoveWorkspaceExclusions(ctx, policySetID, policySetRemoveWorkspaceExclusionsOptions)
111111
if err != nil {
112112
return fmt.Errorf(
113-
"error detaching excluded workspace %s from policy set %s: %w", workspaceExclusionsID, policySetID, err)
113+
"error removing excluded workspace %s from policy set %s: %w", workspaceExclusionsID, policySetID, err)
114114
}
115115

116116
return nil

0 commit comments

Comments
 (0)