Skip to content

Commit

Permalink
bump version added - missed the 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Sep 24, 2021
1 parent 5d0b57e commit 395b77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/elb_target_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@
- 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.
- The value is C(true) or C(false).
- 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.
Expand Down

0 comments on commit 395b77a

Please sign in to comment.