From 855b7fb6e1b213ae2d8f918fad3b1073b473fe18 Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Wed, 27 Sep 2023 11:11:25 -0700 Subject: [PATCH] Promote iam_managed_policy module. (#1954) Promote iam_managed_policy module. SUMMARY Migrate iam_managed_policy module from community.aws to amazon.aws. ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Helen Bailey Reviewed-by: Bikouo Aubin Reviewed-by: Alina Buzachis --- meta/runtime.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/runtime.yml b/meta/runtime.yml index 1701a151625..6eeaa9a8bda 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -512,6 +512,8 @@ plugin_routing: redirect: amazon.aws.iam_managed_policy s3_bucket_info: redirect: amazon.aws.s3_bucket_info + iam_managed_policy: + redirect: amazon.aws.iam_managed_policy module_utils: route53: redirect: amazon.aws.route53 \ No newline at end of file