From 9072a4726d7b9c8613c88585ab18c91fc7bd7715 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Wed, 16 Oct 2024 12:12:35 -0400 Subject: [PATCH] Add changelog fragment --- changelogs/fragments/migrate_ec2_placement_group.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelogs/fragments/migrate_ec2_placement_group.yml diff --git a/changelogs/fragments/migrate_ec2_placement_group.yml b/changelogs/fragments/migrate_ec2_placement_group.yml new file mode 100644 index 00000000000..3b273a98983 --- /dev/null +++ b/changelogs/fragments/migrate_ec2_placement_group.yml @@ -0,0 +1,8 @@ +--- +breaking_changes: + - ec2_placement_group - 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.ec2_placement_group``. + - ec2_placement_group_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.ec2_placement_group_info``.