From 3b6d461d4adf2c9585455954d04eb34b970ced2f Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Thu, 23 May 2024 12:50:27 +0200 Subject: [PATCH] Update iam_user.py --- plugins/modules/iam_user.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/modules/iam_user.py b/plugins/modules/iam_user.py index 98b9920089b..d4a672de916 100644 --- a/plugins/modules/iam_user.py +++ b/plugins/modules/iam_user.py @@ -20,8 +20,8 @@ description: - The name of the user. - >- - Note: user names are unique within an account. Paths (O(path)) do B(not) affect - the uniqueness requirements of O(name). For example it is not permitted to have both + Note: user names are unique within an account. Paths (O(path)) do B(not) affect + the uniqueness requirements of O(name). For example it is not permitted to have both C(/Path1/MyUser) and C(/Path2/MyUser) in the same account. - O(user_name) was added as an alias in release 7.2.0. required: true @@ -105,9 +105,9 @@ aliases: ['purge_policy', 'purge_managed_policies'] wait: description: - - When O(wait=True) the module will wait for up to O(wait_timeout) seconds + - When O(wait=true) the module will wait for up to O(wait_timeout) seconds for IAM user creation before returning. - default: True + default: true type: bool version_added: 2.2.0 version_added_collection: community.aws