Skip to content

Commit

Permalink
Promote iam_access_key and the corresponding _info module (ansible-co…
Browse files Browse the repository at this point in the history
…llections#1957)

Promote iam_access_key and the corresponding _info module

SUMMARY

Promote iam_access_key and the corresponding _info module
See ansible-collections/amazon.aws#1773

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 10, 2023
1 parent 6979012 commit 2cfec0d
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 1,266 deletions.
7 changes: 7 additions & 0 deletions changelogs/fragments/migrate_iam_access_key.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
breaking_changes:
- iam_access_key - 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_access_key``.
- iam_access_key_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_access_key_info``.
27 changes: 14 additions & 13 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ action_groups:
- glue_connection
- glue_crawler
- glue_job
- iam_access_key
- iam_access_key_info
- iam_managed_policy
- iam_password_policy
- iam_saml_federation
- iam_server_certificate
Expand Down Expand Up @@ -450,14 +447,24 @@ plugin_routing:
execute_lambda:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.lambda_execute
iam_role:
redirect: amazon.aws.iam_role
iam_role_info:
redirect: amazon.aws.iam_role_info
iam_access_key:
redirect: amazon.aws.iam_access_key
iam_access_key_info:
redirect: amazon.aws.iam_access_key_info
iam_group:
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
iam_policy:
redirect: amazon.aws.iam_policy
iam_policy_info:
redirect: amazon.aws.iam_policy_info
iam_role:
redirect: amazon.aws.iam_role
iam_role_info:
redirect: amazon.aws.iam_role_info
iam_user:
redirect: amazon.aws.iam_user
iam_user_info:
Expand Down Expand Up @@ -508,12 +515,6 @@ plugin_routing:
redirect: amazon.aws.route53_info
route53_zone:
redirect: amazon.aws.route53_zone
iam_group:
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
s3_bucket_info:
redirect: amazon.aws.s3_bucket_info
module_utils:
Expand Down
311 changes: 0 additions & 311 deletions plugins/modules/iam_access_key.py

This file was deleted.

Loading

0 comments on commit 2cfec0d

Please sign in to comment.