Skip to content

Commit

Permalink
Add changelog fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis committed Oct 2, 2023
1 parent f769134 commit a45bbae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/migrate_iam_password_policy.yml
Original file line number Diff line number Diff line change
@@ -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``.
13 changes: 4 additions & 9 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit a45bbae

Please sign in to comment.