From 7b3f4295ca2649cc04a1a50beb0f290a0541330a 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 23729367a4d..cc4d0908718 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -532,6 +532,8 @@ plugin_routing: redirect: amazon.aws.ec2_placement_group ec2_placement_group_info: redirect: amazon.aws.ec2_placement_group_info + ec2_vpc_egress_igw: + redirect: amazon.aws.ec2_vpc_egress_igw module_utils: route53: redirect: amazon.aws.route53