mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Update elb_target_group.py (#52882)
* Update elb_target_group.py `successful_response_codes` only gets set when the `health_check_protocol` parameter is set
This commit is contained in:
parent
5134ba95ca
commit
be7b8dc047
1 changed files with 3 additions and 2 deletions
|
@ -99,8 +99,9 @@ options:
|
||||||
default: lb_cookie
|
default: lb_cookie
|
||||||
successful_response_codes:
|
successful_response_codes:
|
||||||
description:
|
description:
|
||||||
- The HTTP codes to use when checking for a successful response from a target. You can specify multiple values (for example, "200,202") or a range of
|
- The HTTP codes to use when checking for a successful response from a target.
|
||||||
values (for example, "200-299").
|
- Accepts multiple values (for example, "200,202") or a range of values (for example, "200-299").
|
||||||
|
- Requires the I(health_check_protocol) parameter to be set.
|
||||||
required: false
|
required: false
|
||||||
tags:
|
tags:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue