Docs: Fix vpc_id argument in AWS route_table resource (#14881)
This commit is contained in:
parent
5ae00b45d5
commit
440df3890a
|
@ -48,7 +48,7 @@ resource "aws_route_table" "r" {
|
||||||
|
|
||||||
The following arguments are supported:
|
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.
|
* `route` - (Optional) A list of route objects. Their keys are documented below.
|
||||||
* `tags` - (Optional) A mapping of tags to assign to the resource.
|
* `tags` - (Optional) A mapping of tags to assign to the resource.
|
||||||
* `propagating_vgws` - (Optional) A list of virtual gateways for propagation.
|
* `propagating_vgws` - (Optional) A list of virtual gateways for propagation.
|
||||||
|
|
Loading…
Reference in New Issue