From 5ca74d0dfb9b62d3ec4f33df7dce9a48aba5b84d Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Wed, 23 Oct 2024 10:57:29 -0700 Subject: [PATCH] Add changelog fragment --- .../fragments/migrate_ec2_transit_gateway.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 changelogs/fragments/migrate_ec2_transit_gateway.yml diff --git a/changelogs/fragments/migrate_ec2_transit_gateway.yml b/changelogs/fragments/migrate_ec2_transit_gateway.yml new file mode 100644 index 00000000000..bea7bd42155 --- /dev/null +++ b/changelogs/fragments/migrate_ec2_transit_gateway.yml @@ -0,0 +1,14 @@ +--- +breaking_changes: + - ec2_transit_gateway - 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_transit_gateway``. + - ec2_transit_gateway_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_transit_gateway_info``. + - ec2_transit_gateway_vpc_attachment - 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_transit_gateway_vpc_attachment``. + - ec2_transit_gateway_vpc_attachment_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_transit_gateway_vpc_attachment_info``.