From 1549adfccd0a19f2635bab5353f1f6c73038a89b Mon Sep 17 00:00:00 2001 From: Ross Duggan Date: Fri, 11 Dec 2015 18:15:07 +0000 Subject: [PATCH] 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 --- .../docs/providers/aws/r/route53_health_check.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/route53_health_check.html.markdown b/website/source/docs/providers/aws/r/route53_health_check.html.markdown index 07f8dc751..3456bcb11 100644 --- a/website/source/docs/providers/aws/r/route53_health_check.html.markdown +++ b/website/source/docs/providers/aws/r/route53_health_check.html.markdown @@ -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.