From df37aee2a583bdb928e9112010a1bff7014320f2 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Mon, 2 Oct 2023 13:59:13 +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..74784c68cd2 --- /dev/null +++ b/changelogs/fragments/migrate_s3_bucket_info.yml @@ -0,0 +1,8 @@ +--- +major_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``.