Skip to content

Commit fd6e880

Browse files
Fix typo (#3220)
1 parent 1831854 commit fd6e880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-sources/iam_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data "scaleway_iam_user" "find_by_email" {
2626
- `email` - (Optional) The email address of the IAM user.
2727
- `user_id` - (Optional) The ID of the IAM user.
2828

29-
-> **Note** You must specify at least one: `name` and/or `user_id`.
29+
-> **Note** You must specify at least one: `email` and/or `user_id`.
3030

3131
- `organization_id` - (Optional. Defaults to [provider](../index.md#organization_d) `organization_id`) The ID of the
3232
organization the user is associated with.

0 commit comments

Comments
 (0)