From 4fc31abc6fac163de4cf3e0ee7e1341020d7acfa Mon Sep 17 00:00:00 2001 From: clint shryock Date: Mon, 4 Jan 2016 09:59:21 -0600 Subject: [PATCH] fix typo --- .../source/docs/providers/aws/r/route53_record.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/route53_record.html.markdown b/website/source/docs/providers/aws/r/route53_record.html.markdown index b1c6bf755..11b4b5c59 100644 --- a/website/source/docs/providers/aws/r/route53_record.html.markdown +++ b/website/source/docs/providers/aws/r/route53_record.html.markdown @@ -103,7 +103,7 @@ record from one another. Required for each weighted record. default in Terraform. This allows Terraform to distinquish between a `0` value and an empty value in the configuration (none specified). As a result, a `weight` of `-1` will be present in the statefile if `weight` is omitted in the -configuraiton. +configuration. Exactly one of `records` or `alias` must be specified: this determines whether it's an alias record.