From d6ec7cc045665d49387f66574f65f0ce76406174 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Wed, 27 Sep 2023 18:37:26 +0200 Subject: [PATCH] Add changelog fragment --- .../fragments/migrate_iam_password_policy.yml | 4 ++++ meta/runtime.yml | 14 ++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 changelogs/fragments/migrate_iam_password_policy.yml diff --git a/changelogs/fragments/migrate_iam_password_policy.yml b/changelogs/fragments/migrate_iam_password_policy.yml new file mode 100644 index 00000000000..fb9dbda7439 --- /dev/null +++ b/changelogs/fragments/migrate_iam_password_policy.yml @@ -0,0 +1,4 @@ +breaking_changes: +- iam_password_policy - 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.iam_password_policy``. diff --git a/meta/runtime.yml b/meta/runtime.yml index d6166091a11..27b671679bf 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -157,8 +157,6 @@ action_groups: - glue_job - iam_access_key - iam_access_key_info - - iam_managed_policy - - iam_password_policy - iam_saml_federation - iam_server_certificate - iam_server_certificate_info @@ -451,6 +449,14 @@ plugin_routing: execute_lambda: # Deprecation for this alias should not *start* prior to 2024-09-01 redirect: amazon.aws.lambda_execute + iam_group: + redirect: amazon.aws.iam_group + iam_managed_policy: + redirect: amazon.aws.iam_managed_policy + iam_mfa_device_info: + redirect: amazon.aws.iam_mfa_device_info + iam_password_policy: + redirect: amazon.aws.iam_password_policy iam_role: redirect: amazon.aws.iam_role iam_role_info: @@ -509,10 +515,6 @@ plugin_routing: redirect: amazon.aws.route53_info route53_zone: redirect: amazon.aws.route53_zone - iam_group: - redirect: amazon.aws.iam_group - iam_password_policy: - redirect: amazon.aws.iam_password_policy module_utils: route53: redirect: amazon.aws.route53 \ No newline at end of file