Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote iam_access_key and the corresponding _info module #1957

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading