From a5879e3b8a1907069ae6807b53220f1f39bb42ac Mon Sep 17 00:00:00 2001 From: Bikouo Aubin <79859644+abikouo@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:37:26 +0200 Subject: [PATCH] DNM - Migrate modules ec2_vpc_egress_igw and tests (#2169) Depends-On: ansible-collections/amazon.aws#2327 Remove ec2_vpc_egress_igw,ec2_vpc_egress_igw modules and tests, these modules have been migrated to amazon.aws collection. Update runtime.yml with redirects to that collection Update ignore files Reviewed-by: GomathiselviS Reviewed-by: Alina Buzachis --- meta/runtime.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/runtime.yml b/meta/runtime.yml index 8e3bffb58fe..bbef80e20be 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -526,6 +526,8 @@ plugin_routing: redirect: amazon.aws.ec2_transit_gateway_vpc_attachment_info elb_classic_lb_info: redirect: amazon.aws.elb_classic_lb_info + ec2_vpc_egress_igw: + redirect: amazon.aws.ec2_vpc_egress_igw module_utils: route53: redirect: amazon.aws.route53 \ No newline at end of file