Skip to content

Commit

Permalink
Promote iam_mfa_device_info (#1953)
Browse files Browse the repository at this point in the history
Promote iam_mfa_device_info

SUMMARY

Promote iam_mfa_device_info

ISSUE TYPE


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

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Bikouo Aubin
Reviewed-by: Helen Bailey <[email protected]>
  • Loading branch information
alinabuzachis authored Oct 9, 2023
1 parent 37fad5f commit b5f629f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 104 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/migrate_iam_mfa_device_info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
breaking_changes:
- iam_mfa_device_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_mfa_device_info`` (https://github.com/ansible-collections/community.aws/pull/1953).
4 changes: 3 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ action_groups:
- glue_job
- iam_access_key
- iam_access_key_info
- iam_mfa_device_info
- iam_managed_policy
- iam_password_policy
- iam_saml_federation
- iam_server_certificate
Expand Down Expand Up @@ -513,6 +513,8 @@ plugin_routing:
redirect: amazon.aws.iam_group
iam_managed_policy:
redirect: amazon.aws.iam_managed_policy
iam_mfa_device_info:
redirect: amazon.aws.iam_mfa_device_info
module_utils:
route53:
redirect: amazon.aws.route53
103 changes: 0 additions & 103 deletions plugins/modules/iam_mfa_device_info.py

This file was deleted.

0 comments on commit b5f629f

Please sign in to comment.