Skip to content

Commit

Permalink
Merge pull request #1053 from GomathiselviS/promote_iam_user
Browse files Browse the repository at this point in the history
Promote iam_user* modules and tests

SUMMARY


Depends-On: ansible/zuul-config#445
Migration of iam_user* module from community.aws
ISSUE TYPE


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

COMPONENT NAME

ADDITIONAL INFORMATION
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 23, 2022
2 parents 4637340 + 9806144 commit 9d15aa8
Show file tree
Hide file tree
Showing 9 changed files with 1,596 additions and 0 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 @@
major_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``.
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ action_groups:
- execute_lambda
- iam_policy
- iam_policy_info
- iam_user
- iam_user_info
- lambda
- lambda_alias
- lambda_event
Expand Down
Loading

0 comments on commit 9d15aa8

Please sign in to comment.