Skip to content

Commit

Permalink
DNM Migrate elb_classic_lb_info* modules and tests (#2315)
Browse files Browse the repository at this point in the history
Migrate elb_classic_lb_info* modules and tests

Reviewed-by: Bikouo Aubin
Reviewed-by: Alina Buzachis
Reviewed-by: GomathiselviS
  • Loading branch information
mandar242 authored Oct 7, 2024
1 parent 13ab07f commit ae31624
Show file tree
Hide file tree
Showing 8 changed files with 839 additions and 7 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 @@
---
major_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``.
11 changes: 6 additions & 5 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ action_groups:
- elb_application_lb
- elb_application_lb_info
- elb_classic_lb
- elb_classic_lb_info
- execute_lambda
- iam_access_key
- iam_access_key_info
Expand Down Expand Up @@ -162,14 +163,14 @@ plugin_routing:
rds_param_group:
redirect: amazon.aws.rds_instance_param_group
deprecation:
removal_version: 10.0.0
warning_text: >-
rds_param_group has been renamed to rds_instance_param_group.
Please update your tasks.
removal_version: 10.0.0
warning_text: >-
rds_param_group has been renamed to rds_instance_param_group.
Please update your tasks.
lookup:
aws_ssm:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.ssm_parameter
aws_secret:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.secretsmanager_secret
redirect: amazon.aws.secretsmanager_secret
Loading

0 comments on commit ae31624

Please sign in to comment.