diff --git a/changelogs/fragments/migrate_iam_managed_policy.yml b/changelogs/fragments/migrate_iam_managed_policy.yml index dcfd2914f51..fcbccde3900 100644 --- a/changelogs/fragments/migrate_iam_managed_policy.yml +++ b/changelogs/fragments/migrate_iam_managed_policy.yml @@ -1,4 +1,4 @@ major_changes: - iam_managed_policy - The module has been migrated from the ``community.aws`` collection. Playbooks using the Fully Qualified Collection Name for this module should be updated - to use ``amazon.aws.iam_managed_policy``. + to use ``amazon.aws.iam_managed_policy`` (https://github.com/ansible-collections/amazon.aws/pull/1762). diff --git a/plugins/modules/iam_managed_policy.py b/plugins/modules/iam_managed_policy.py index 3f8fd2368bd..c3aa5ef597b 100644 --- a/plugins/modules/iam_managed_policy.py +++ b/plugins/modules/iam_managed_policy.py @@ -8,6 +8,7 @@ --- module: iam_managed_policy version_added: 1.0.0 +version_added_collection: community.aws short_description: Manage User Managed IAM policies description: - Allows creating and removing managed IAM policies