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
pull/53589/head
Mahesh Paolini-Subramanya 6 years ago committed by Alicia Cozine
parent 5134ba95ca
commit be7b8dc047

@ -99,8 +99,9 @@ options:
default: lb_cookie
successful_response_codes:
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
values (for example, "200-299").
- The HTTP codes to use when checking for a successful response from a target.
- 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
tags:
description:

Loading…
Cancel
Save