Merge pull request #4094 from lvjp/master

docs: Correct mistype route53_health_check
This commit is contained in:
James Nugent 2015-11-28 09:29:27 +00:00
commit f66a13db8b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ The following arguments are supported:
* `fqdn` - (Optional) The fully qualified domain name of the endpoint to be checked.
* `ip_address` - (Optional) The IP address of the endpoint to be checked.
* `failure_threshold` - (Required) The number of consecutive health checks that an endpoint must pass or fai.
* `failure_threshold` - (Required) The number of consecutive health checks that an endpoint must pass or fail.
* `request_interval` - (Required) The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.
* `resource_path` - (Optional) The path that you want Amazon Route 53 to request when performing health checks.
* `search_string` - (Optional) String searched in respoonse body for check to considered healthy.