Skip to content

Commit d9af944

Browse files
committed
comments
1 parent 0f90da9 commit d9af944

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
@@ -169,5 +169,5 @@ func resourceTFEWorkspacePolicySetExclusionImporter(ctx context.Context, d *sche
169169
options.PageNumber = list.NextPage
170170
}
171171

172-
return nil, fmt.Errorf("excluded workspace %s has not been assigned to policy set %s", wsName, pSName)
172+
return nil, fmt.Errorf("excluded workspace %s has not been added to policy set %s", wsName, pSName)
173173
}

0 commit comments

Comments
 (0)