Skip to content

Commit

Permalink
DNM Promote elb_classic_lb_info to amazon.aws (#2186)
Browse files Browse the repository at this point in the history
SUMMARY


This PR migrates elb_classic_lb_info module from community.aws to amazon.aws
Refer : https://issues.redhat.com/browse/ACA-1179
elb_classic_lb is already in amazon.aws
ISSUE TYPE


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

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: GomathiselviS <[email protected]>
Reviewed-by: Alina Buzachis
  • Loading branch information
mandar242 authored Oct 25, 2024
1 parent cbeb2e1 commit 3cc49c0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 836 deletions.
5 changes: 5 additions & 0 deletions changelogs/fragments/migrate_elb_classic_lb_info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
breaking_changes:
- elb_classic_lb_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.elb_classic_lb_info``.
5 changes: 3 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ action_groups:
- elasticache_subnet_group
- elasticbeanstalk_app
- elb_classic_lb
- elb_classic_lb_info
- elb_instance
- elb_network_lb
- elb_target
Expand Down Expand Up @@ -525,6 +524,8 @@ plugin_routing:
redirect: amazon.aws.ec2_transit_gateway_vpc_attachment
ec2_transit_gateway_vpc_attachment_info:
redirect: amazon.aws.ec2_transit_gateway_vpc_attachment_info
elb_classic_lb_info:
redirect: amazon.aws.elb_classic_lb_info
module_utils:
route53:
redirect: amazon.aws.route53
redirect: amazon.aws.route53
Loading

0 comments on commit 3cc49c0

Please sign in to comment.