From 395b77a88b4dd3f32b1940881ecc6b29f97ff8b1 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Fri, 24 Sep 2021 14:49:59 +0200 Subject: [PATCH] bump version added - missed the 2.0.0 release --- plugins/modules/elb_target_group.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/elb_target_group.py b/plugins/modules/elb_target_group.py index 0f9e3ff5f23..9a740422293 100644 --- a/plugins/modules/elb_target_group.py +++ b/plugins/modules/elb_target_group.py @@ -169,7 +169,7 @@ - I(preserve_client_ip_enabled) is supported only by Network Load Balancers. type: bool required: false - version_added: 2.0.0 + version_added: 2.1.0 proxy_protocol_v2_enabled: description: - Indicates whether Proxy Protocol version 2 is enabled. @@ -177,7 +177,7 @@ - I(proxy_protocol_v2_enabled) is supported only by Network Load Balancers. type: bool required: false - version_added: 2.0.0 + version_added: 2.1.0 wait: description: - Whether or not to wait for the target group.