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 fdde1d252d..efd1d3a8ad 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: