From 7b85fde0e49c43a5ce9158cf3f8411b3d128bdf7 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Mon, 28 Jul 2014 13:24:20 -0400 Subject: [PATCH] website: correct docs --- website/source/docs/providers/aws/r/route_table.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/route_table.html.markdown b/website/source/docs/providers/aws/r/route_table.html.markdown index fdde1d252..efd1d3a8a 100644 --- a/website/source/docs/providers/aws/r/route_table.html.markdown +++ b/website/source/docs/providers/aws/r/route_table.html.markdown @@ -24,7 +24,7 @@ resource "aws_route_table" "r" { The following arguments are supported: * `vpc_id` - (Required) The ID of the routing table. -* `route` - (Optional) A list of route objects. Their keys are documented below. +* `route` - (Required) A list of route objects. Their keys are documented below. Each route supports the following: