Skip to content

Commit

Permalink
Promote iam_user* modules and test (#1518)
Browse files Browse the repository at this point in the history
Promote iam_user* modules and test

SUMMARY
Depends-On: ansible-collections/amazon.aws#1053


Remove iam_user* modules and tests
These modules have been migrated to amazon.aws
Update runtime.yml with redirects to that collection
Update ignore files
ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell <None>
  • Loading branch information
GomathiselviS authored Sep 23, 2022
1 parent 76ac8aa commit 6be081d
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 1,656 deletions.
7 changes: 7 additions & 0 deletions changelogs/fragments/migrate_iam_user.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
breaking_changes:
- iam_user - 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_user``.
- iam_user_info - 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_user_info``.
6 changes: 4 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ action_groups:
- iam_saml_federation
- iam_server_certificate
- iam_server_certificate_info
- iam_user
- iam_user_info
- inspector_target
- kinesis_stream
- lambda
Expand Down Expand Up @@ -463,6 +461,10 @@ plugin_routing:
redirect: amazon.aws.iam_policy
iam_policy_info:
redirect: amazon.aws.iam_policy_info
iam_user:
redirect: amazon.aws.iam_user
iam_user_info:
redirect: amazon.aws.iam_user_info
kms_key:
redirect: amazon.aws.kms_key
kms_key_info:
Expand Down
Loading

0 comments on commit 6be081d

Please sign in to comment.