diff --git a/changelogs/fragments/migrate_kms_key.yml b/changelogs/fragments/migrate_kms_key.yml new file mode 100644 index 00000000000..0c7b4127597 --- /dev/null +++ b/changelogs/fragments/migrate_kms_key.yml @@ -0,0 +1,7 @@ +major_changes: +- kms_key - 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.kms_key``. +- kms_key_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.kms_key_info``.