From 440df3890af6f6a1fe076d21b04404c03a15d881 Mon Sep 17 00:00:00 2001 From: Chris Yee Date: Sun, 28 May 2017 01:37:44 -0400 Subject: [PATCH] Docs: Fix vpc_id argument in AWS route_table resource (#14881) --- 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 d4875a054..da5f3ddef 100644 --- a/website/source/docs/providers/aws/r/route_table.html.markdown +++ b/website/source/docs/providers/aws/r/route_table.html.markdown @@ -48,7 +48,7 @@ resource "aws_route_table" "r" { The following arguments are supported: -* `vpc_id` - (Required) The ID of the routing table. +* `vpc_id` - (Required) The VPC ID. * `route` - (Optional) A list of route objects. Their keys are documented below. * `tags` - (Optional) A mapping of tags to assign to the resource. * `propagating_vgws` - (Optional) A list of virtual gateways for propagation.