Skip to content

Commit

Permalink
Promote elb_application_lb* module and test (ansible-collections#1043)
Browse files Browse the repository at this point in the history
Promote elb_application_lb* module and test

Depends-On: ansible/zuul-config#443
SUMMARY

Migrate elb_application_lb* module

Reviewed-by: Jill R <None>
Reviewed-by: Bikouo Aubin <None>
  • Loading branch information
GomathiselviS authored Sep 21, 2022
1 parent 9150227 commit ad22411
Show file tree
Hide file tree
Showing 7 changed files with 2,537 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelogs/fragments/migrate_elb_application_lb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
major_changes:
- elb_application_lb - 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_application_lb``.
- elb_application_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_application_lb_info``.
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ action_groups:
- elb_classic_lb
- s3_bucket
- s3_object
- elb_application_lb
- elb_application_lb_info
plugin_routing:
action:
aws_s3:
Expand Down
Loading

0 comments on commit ad22411

Please sign in to comment.