diff --git a/plugins/modules/iam_user.py b/plugins/modules/iam_user.py index 7ec3901aa45..6266d992003 100644 --- a/plugins/modules/iam_user.py +++ b/plugins/modules/iam_user.py @@ -13,7 +13,7 @@ short_description: Manage AWS IAM users description: - A module to manage AWS IAM users. - - The module does not manage groups that users belong to, groups memberships can be managed using `iam_group`. + - The module does not manage groups that users belong to, groups memberships can be managed using M(community.aws.iam_group). author: Josh Souza (@joshsouza) options: name: @@ -104,7 +104,7 @@ EXAMPLES = r''' # Note: These examples do not set authentication details, see the AWS Guide for details. # Note: This module does not allow management of groups that users belong to. -# Groups should manage their membership directly using `iam_group`, +# Groups should manage their membership directly using community.aws.iam_group, # as users belong to them. - name: Create a user