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 10, 2023
1 parent 7935ab4 commit c79bb9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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``.
3 changes: 2 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ action_groups:
- glue_connection
- glue_crawler
- glue_job
- iam_password_policy
- iam_saml_federation
- iam_server_certificate
- iam_server_certificate_info
Expand Down Expand Up @@ -457,6 +456,8 @@ plugin_routing:
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_policy:
redirect: amazon.aws.iam_policy
iam_policy_info:
Expand Down

0 comments on commit c79bb9d

Please sign in to comment.