From 462b1254282eed2c30544da488815b70fa969446 Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Thu, 24 Oct 2024 10:40:54 -0700 Subject: [PATCH] minor fixes --- changelogs/fragments/migrate_ec2_transit_gateway.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/changelogs/fragments/migrate_ec2_transit_gateway.yml b/changelogs/fragments/migrate_ec2_transit_gateway.yml index bea7bd42155..f0638ebe6be 100644 --- a/changelogs/fragments/migrate_ec2_transit_gateway.yml +++ b/changelogs/fragments/migrate_ec2_transit_gateway.yml @@ -3,12 +3,3 @@ 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``.