From 7d8e80c9cf34b60053ba2235597566be3eb62b41 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 --------- meta/runtime.yml | 2 -- 2 files changed, 11 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``. diff --git a/meta/runtime.yml b/meta/runtime.yml index bf6c4bb37a6..5b469627a2a 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -519,8 +519,6 @@ plugin_routing: redirect: amazon.aws.ec2_vpc_egress_igw ec2_transit_gateway: redirect: amazon.aws.ec2_transit_gateway - ec2_transit_gateway_info: - redirect: amazon.aws.ec2_transit_gateway_info module_utils: route53: redirect: amazon.aws.route53 \ No newline at end of file