From 801d813fa31acd51c573a7628b56b680c7cc1473 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 17 Oct 2024 09:14:08 -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``.