From 2e3a7360d62024e6800f35454ee7bbc8b334f699 Mon Sep 17 00:00:00 2001 From: abikouo Date: Tue, 4 Jun 2024 19:16:36 +0200 Subject: [PATCH] Update changelog with PR number --- .../20240604-ec2_instance-refactor-network-option.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/fragments/20240604-ec2_instance-refactor-network-option.yml b/changelogs/fragments/20240604-ec2_instance-refactor-network-option.yml index 64a3acc4b3e..99533e302ee 100644 --- a/changelogs/fragments/20240604-ec2_instance-refactor-network-option.yml +++ b/changelogs/fragments/20240604-ec2_instance-refactor-network-option.yml @@ -1,6 +1,6 @@ --- minor_changes: - - ec2_instance - Deprecate option ``network`` and replace with new options ``network_interface`` and ``network_ids`` (). + - ec2_instance - Deprecate option ``network`` and replace with new options ``network_interface`` and ``network_ids`` (https://github.com/ansible-collections/amazon.aws/pull/2123). bugfixes: - ec2_instance - Consider using ``network.groups`` as network interface specification groups first - and defaulting to options ``security_groups`` or ``security_group`` instead of always using groups from ``security_groups`` or ``security_group`` options (). + and defaulting to options ``security_groups`` or ``security_group`` instead of always using groups from ``security_groups`` or ``security_group`` options (https://github.com/ansible-collections/amazon.aws/pull/2123).