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 f0df69d97e0..3c283dc0de0 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -450,6 +450,10 @@ 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_role: redirect: amazon.aws.iam_role iam_role_info: @@ -508,15 +512,6 @@ plugin_routing: redirect: amazon.aws.route53_info route53_zone: redirect: amazon.aws.route53_zone - iam_group: - redirect: amazon.aws.iam_group -<<<<<<< HEAD - iam_managed_policy: - redirect: amazon.aws.iam_managed_policy -======= - iam_password_policy: - redirect: amazon.aws.iam_password_policy ->>>>>>> b27b4361 (Update runtime) module_utils: route53: redirect: amazon.aws.route53 \ No newline at end of file