Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate rds_option_group* modules and tests #1056

7 changes: 7 additions & 0 deletions changelogs/fragments/migrate_rds_option_group.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
major_changes:
- rds_option_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_option_group``.
- rds_option_group_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.rds_option_group_info``.
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ action_groups:
- route53_zone
- s3_bucket
- s3_object
- rds_option_group
- rds_option_group_info
plugin_routing:
action:
aws_s3:
Expand Down
Loading