We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1831854 commit fd6e880Copy full SHA for fd6e880
docs/data-sources/iam_user.md
@@ -26,7 +26,7 @@ data "scaleway_iam_user" "find_by_email" {
26
- `email` - (Optional) The email address of the IAM user.
27
- `user_id` - (Optional) The ID of the IAM user.
28
29
- -> **Note** You must specify at least one: `name` and/or `user_id`.
+ -> **Note** You must specify at least one: `email` and/or `user_id`.
30
31
- `organization_id` - (Optional. Defaults to [provider](../index.md#organization_d) `organization_id`) The ID of the
32
organization the user is associated with.
0 commit comments