From 65bb6875bb7af297b9f37c585161f175ac0a3a2a Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Mon, 2 Oct 2023 13:59:15 +0200 Subject: [PATCH] Add changelog fragment --- changelogs/fragments/migrate_s3_bucket_info.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelogs/fragments/migrate_s3_bucket_info.yml diff --git a/changelogs/fragments/migrate_s3_bucket_info.yml b/changelogs/fragments/migrate_s3_bucket_info.yml new file mode 100644 index 00000000000..8be309e4d82 --- /dev/null +++ b/changelogs/fragments/migrate_s3_bucket_info.yml @@ -0,0 +1,8 @@ +--- +breaking_changes: + - aws_s3_bucket_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.aws_s3_bucket_info``. + - s3_bucket_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.s3_bucket_info``.