diff --git a/changelogs/fragments/migrate_iam_user.yml b/changelogs/fragments/migrate_iam_user.yml new file mode 100644 index 00000000000..6901e311061 --- /dev/null +++ b/changelogs/fragments/migrate_iam_user.yml @@ -0,0 +1,7 @@ +breaking_changes: +- iam_user - 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_user``. +- iam_user_info - 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_user_info``.