Skip to content

Commit

Permalink
Migrate rds_subnet_group* modules and tests (ansible-collections#1532)
Browse files Browse the repository at this point in the history
Migrate rds_subnet_group* modules and tests

Depends-On: ansible-collections#1058
Remove rds_subnet_group* modules and tests
These modules have been migrated to amazon.aws
Update runtime.yml with redirects to that collection
Update ignore files

Reviewed-by: Mark Chappell <None>
  • Loading branch information
alinabuzachis authored Sep 23, 2022
1 parent ceef129 commit 551c9fc
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 1,203 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/migrate_rds_subnet_group.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
breaking_changes:
- rds_subnet_group - 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.rds_subnet_group``.
11 changes: 6 additions & 5 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ action_groups:
- rds_option_group
- rds_option_group_info
- rds_param_group
- rds_subnet_group
- redshift
- redshift_cross_region_snapshots
- redshift_info
Expand Down Expand Up @@ -465,6 +464,10 @@ plugin_routing:
redirect: amazon.aws.iam_policy
iam_policy_info:
redirect: amazon.aws.iam_policy_info
kms_key:
redirect: amazon.aws.kms_key
kms_key_info:
redirect: amazon.aws.kms_key_info
rds_cluster:
redirect: amazon.aws.rds_cluster
rds_cluster_info:
Expand All @@ -479,7 +482,5 @@ plugin_routing:
redirect: amazon.aws.rds_instance_snapshot
rds_snapshot_info:
redirect: amazon.aws.rds_snapshot_info
kms_key:
redirect: amazon.aws.kms_key
kms_key_info:
redirect: amazon.aws.kms_key_info
rds_subnet_group:
redirect: amazon.aws.rds_subnet_group
Loading

0 comments on commit 551c9fc

Please sign in to comment.