Change wording of aws_route53_health_check

Both may be specified, which enables health checking of an IP address
with the Host header specified.

Defined in the API documentation:
http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetHealthCheck.html
This commit is contained in:
Ross Duggan 2015-12-11 18:15:07 +00:00
parent ec2cf1089e
commit 1549adfccd
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ The following arguments are supported:
* `search_string` - (Optional) String searched in respoonse body for check to considered healthy.
* `tags` - (Optional) A mapping of tags to assign to the health check.
Exactly one of `fqdn` or `ip_address` must be specified.
At least one of either `fqdn` or `ip_address` must be specified.