From faeba7bb75d653a2677a67d01bcd15db7a05177d Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Wed, 27 Sep 2023 17:58:11 +0200 Subject: [PATCH] Add changelog fragment --- changelogs/fragments/migrate_iam_access_key.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelogs/fragments/migrate_iam_access_key.yml diff --git a/changelogs/fragments/migrate_iam_access_key.yml b/changelogs/fragments/migrate_iam_access_key.yml new file mode 100644 index 00000000000..8485c6a1849 --- /dev/null +++ b/changelogs/fragments/migrate_iam_access_key.yml @@ -0,0 +1,7 @@ +breaking_changes: +- iam_access_key - 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_access_key``. +- iam_access_key_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_access_key_info``.