From 861c9665d79b44137542dfea9cdf926684f50252 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Thu, 23 Sep 2021 09:10:45 +0200 Subject: [PATCH] changelog --- changelogs/fragments/724-redshift_subnet_group-boto3.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelogs/fragments/724-redshift_subnet_group-boto3.yml diff --git a/changelogs/fragments/724-redshift_subnet_group-boto3.yml b/changelogs/fragments/724-redshift_subnet_group-boto3.yml new file mode 100644 index 00000000000..d760eb4c2b8 --- /dev/null +++ b/changelogs/fragments/724-redshift_subnet_group-boto3.yml @@ -0,0 +1,7 @@ +minor_changes: +- redshift_subnet_group - the module has been migrated to the boto3 AWS SDK (https://github.com/ansible-collections/community.aws/pull/724). +- redshift_subnet_group - added support for check_mode (https://github.com/ansible-collections/community.aws/pull/724). +- redshift_subnet_group - the ``group_description`` option has been renamed to ``description`` and is now optional. + The old parameter name will continue to work (https://github.com/ansible-collections/community.aws/pull/724). +- redshift_subnet_group - the ``group_subnets`` option has been renamed to ``subnets`` and is now only required when creating a new group. + The old parameter name will continue to work (https://github.com/ansible-collections/community.aws/pull/724).