Docs: Fix vpc_id argument in AWS route_table resource (#14881)

This commit is contained in:
Chris Yee 2017-05-28 01:37:44 -04:00 committed by Radek Simko
parent 5ae00b45d5
commit 440df3890a
1 changed files with 1 additions and 1 deletions

View File

@ -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.