Skip to content

Commit

Permalink
Update iam_user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis authored May 23, 2024
1 parent f7049eb commit 3b6d461
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/modules/iam_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3b6d461

Please sign in to comment.