Skip to content

Commit

Permalink
Merge pull request #1784 from alinabuzachis/promote_s3_bucket_info
Browse files Browse the repository at this point in the history
Promote s3_bucket_info
  • Loading branch information
gravesm authored Oct 9, 2023
2 parents 1c43fb9 + 7678a0b commit 01cb02f
Show file tree
Hide file tree
Showing 9 changed files with 815 additions and 0 deletions.
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 @@ -107,6 +108,7 @@ action_groups:
- route53_info
- route53_zone
- s3_bucket
- s3_bucket_info
- s3_object
- s3_object_info
- sts_assume_role
Expand All @@ -124,6 +126,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

0 comments on commit 01cb02f

Please sign in to comment.