From f0783355de0628c92b3b6e078181aa3cf90564a3 Mon Sep 17 00:00:00 2001 From: abikouo Date: Thu, 25 Mar 2021 14:38:06 +0100 Subject: [PATCH] change log --- changelogs/499-elb-module-add-ip_address_type_option.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/499-elb-module-add-ip_address_type_option.yml diff --git a/changelogs/499-elb-module-add-ip_address_type_option.yml b/changelogs/499-elb-module-add-ip_address_type_option.yml new file mode 100644 index 00000000000..afc1f939be0 --- /dev/null +++ b/changelogs/499-elb-module-add-ip_address_type_option.yml @@ -0,0 +1,4 @@ +minor_changes: +- elb_application_lb - added ``ip_address_type`` parameter to support changing application load balancer configuration (https://github.com/ansible-collections/community.aws/pull/499). +- elb_network_lb - added ``ip_address_type`` parameter to support changing network load balancer configuration (https://github.com/ansible-collections/community.aws/pull/499). +- elb_application_lb_info - added ``ip_address_type`` in output when gathering application load balancer parameters (https://github.com/ansible-collections/community.aws/pull/499).