From cc85121ab9726b3c5246eec529bceceb8618a787 Mon Sep 17 00:00:00 2001 From: Florent Poinsaut <1256948+FlorentPoinsaut@users.noreply.github.com> Date: Fri, 18 Jul 2025 15:15:47 +0200 Subject: [PATCH] Fix typo --- docs/data-sources/iam_user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-sources/iam_user.md b/docs/data-sources/iam_user.md index 808558e647..720f8da407 100644 --- a/docs/data-sources/iam_user.md +++ b/docs/data-sources/iam_user.md @@ -26,7 +26,7 @@ data "scaleway_iam_user" "find_by_email" { - `email` - (Optional) The email address of the IAM user. - `user_id` - (Optional) The ID of the IAM user. - -> **Note** You must specify at least one: `name` and/or `user_id`. + -> **Note** You must specify at least one: `email` and/or `user_id`. - `organization_id` - (Optional. Defaults to [provider](../index.md#organization_d) `organization_id`) The ID of the organization the user is associated with.