From 4b2dedd3cc9ef1d6a4de151599747820b10d1e62 Mon Sep 17 00:00:00 2001 From: abikouo Date: Tue, 8 Oct 2024 09:47:12 +0200 Subject: [PATCH] Migrate module ec2_vpc_egress_igw from community.aws to amazon.aws --- meta/runtime.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index ea50b016258..3e3f8d67779 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -114,7 +114,6 @@ action_groups: - ec2_transit_gateway_info - ec2_transit_gateway_vpc_attachment - ec2_transit_gateway_vpc_attachment_info - - ec2_vpc_egress_igw - ec2_vpc_nacl - ec2_vpc_nacl_info - ec2_vpc_peer @@ -520,6 +519,8 @@ plugin_routing: redirect: amazon.aws.s3_bucket_info sts_assume_role: redirect: amazon.aws.sts_assume_role + ec2_vpc_egress_igw: + redirect: amazon.aws.ec2_vpc_egress_igw module_utils: route53: redirect: amazon.aws.route53 \ No newline at end of file