Skip to content

Commit

Permalink
Promote iam_managed_policy module. (ansible-collections#1954)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Bikouo Aubin
Reviewed-by: Alina Buzachis
  • Loading branch information
mandar242 authored and alinabuzachis committed Oct 2, 2023
1 parent 22fb622 commit 52d3551
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 550 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/migrate_iam_managed_policy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
breaking_changes:
- iam_managed_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_managed_policy`` (https://github.com/ansible-collections/community.aws/pull/1954).
4 changes: 2 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ action_groups:
- glue_job
- iam_access_key
- iam_access_key_info
- iam_managed_policy
- iam_mfa_device_info
- iam_password_policy
- iam_role
Expand Down Expand Up @@ -507,8 +506,9 @@ plugin_routing:
redirect: amazon.aws.route53_zone
iam_group:
redirect: amazon.aws.iam_group
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
Loading

0 comments on commit 52d3551

Please sign in to comment.