diff --git a/changelogs/fragments/migrate_rds_option_group.yml b/changelogs/fragments/migrate_rds_option_group.yml new file mode 100644 index 00000000000..2532a4ce03e --- /dev/null +++ b/changelogs/fragments/migrate_rds_option_group.yml @@ -0,0 +1,7 @@ +breaking_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``.