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 s3_bucket_info #1784

Merged
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
8 changes: 8 additions & 0 deletions changelogs/fragments/migrate_s3_bucket_info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
major_changes:
- aws_s3_bucket_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.aws_s3_bucket_info``.
- s3_bucket_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.s3_bucket_info``.
5 changes: 5 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ action_groups:
- aws_az_info
- aws_caller_info
- aws_s3
- aws_s3_bucket_info
- backup_plan
- backup_plan_info
- backup_selection
Expand Down Expand Up @@ -104,6 +105,7 @@ action_groups:
- route53_info
- route53_zone
- s3_bucket
- s3_bucket_info
- s3_object
- s3_object_info
plugin_routing:
Expand All @@ -120,6 +122,9 @@ plugin_routing:
aws_s3:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.s3_object
aws_s3_bucket_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.s3_bucket_info
ec2_asg:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.autoscaling_group
Expand Down
Loading
Loading