From 9eb84cfde210d327dd4389d52f11170bbebe1ed1 Mon Sep 17 00:00:00 2001 From: abikouo Date: Tue, 15 Oct 2024 14:36:07 +0200 Subject: [PATCH] add changelog file --- ...nstance_refresh_autoscaling_instance_refresh_info.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelogs/fragments/migrate_autoscaling_instance_refresh_autoscaling_instance_refresh_info.yaml diff --git a/changelogs/fragments/migrate_autoscaling_instance_refresh_autoscaling_instance_refresh_info.yaml b/changelogs/fragments/migrate_autoscaling_instance_refresh_autoscaling_instance_refresh_info.yaml new file mode 100644 index 00000000000..8f5a62d849c --- /dev/null +++ b/changelogs/fragments/migrate_autoscaling_instance_refresh_autoscaling_instance_refresh_info.yaml @@ -0,0 +1,8 @@ +--- +breaking_changes: + - autoscaling_instance_refresh - 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.autoscaling_instance_refresh`` (https://github.com/ansible-collections/community.aws/pull/2177). + - autoscaling_instance_refresh_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.autoscaling_instance_refresh_info`` (https://github.com/ansible-collections/community.aws/pull/2177).