From ecd9c65642b0e43e85dbae134089229347fcc519 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Mon, 29 Mar 2021 21:36:28 +0200 Subject: [PATCH] changelog --- changelogs/fragments/501-vpc_peering_connections.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/fragments/501-vpc_peering_connections.yml diff --git a/changelogs/fragments/501-vpc_peering_connections.yml b/changelogs/fragments/501-vpc_peering_connections.yml new file mode 100644 index 00000000000..8d9bdafacc0 --- /dev/null +++ b/changelogs/fragments/501-vpc_peering_connections.yml @@ -0,0 +1,5 @@ +minor_changes: +- ec2_vpc_peer - add support for waiting on state changes (https://github.com/ansible-collections/community.aws/pull/501). +- ec2_vpc_peering_info - add ``vpc_peering_connections`` return value to be consistent with boto3 modules (https://github.com/ansible-collections/community.aws/pull/501). +bugfixes: +- ec2_vpc_peer - fix idempotency when rejecting and deleting peering connections (https://github.com/ansible-collections/community.aws/pull/501).