From 03a44b5687990a8ac00cf91b37b1abe2f3390e60 Mon Sep 17 00:00:00 2001 From: Arthur Burkart Date: Mon, 31 Oct 2016 16:46:13 -0400 Subject: [PATCH] Tiny typo (#9755) Just a teeny tiny typo fix "delgation" => "delegation" --- website/source/docs/providers/aws/r/route53_zone.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/route53_zone.html.markdown b/website/source/docs/providers/aws/r/route53_zone.html.markdown index 618adddaf..4f4b22462 100644 --- a/website/source/docs/providers/aws/r/route53_zone.html.markdown +++ b/website/source/docs/providers/aws/r/route53_zone.html.markdown @@ -59,7 +59,7 @@ The following arguments are supported: * `vpc_id` - (Optional) The VPC to associate with a private hosted zone. Specifying `vpc_id` will create a private hosted zone. Conflicts w/ `delegation_set_id` as delegation sets can only be used for public zones. * `vpc_region` - (Optional) The VPC's region. Defaults to the region of the AWS provider. -* `delegation_set_id` - (Optional) The ID of the reusable delgation set whose NS records you want to assign to the hosted zone. +* `delegation_set_id` - (Optional) The ID of the reusable delegation set whose NS records you want to assign to the hosted zone. Conflicts w/ `vpc_id` as delegation sets can only be used for public zones. * `force_destroy` - (Optional) Whether to destroy all records (possibly managed outside of Terraform) in the zone when destroying the zone.