Merge pull request #5539 from hashicorp/b-route-docs
Make aws_route and aws_route_table docs consistent
This commit is contained in:
commit
13a3387996
|
@ -36,7 +36,7 @@ The following arguments are supported:
|
|||
* `vpc_peering_connection_id` - (Optional) An ID of a VPC peering connection.
|
||||
* `gateway_id` - (Optional) An ID of a VPC internet gateway or a virtual private gateway.
|
||||
* `nat_gateway_id` - (Optional) An ID of a VPC NAT gateway.
|
||||
* `instance_id` - (Optional) An ID of a NAT instance.
|
||||
* `instance_id` - (Optional) An ID of an EC2 instance.
|
||||
* `network_interface_id` - (Optional) An ID of a network interface.
|
||||
|
||||
Each route must contain either a `gateway_id`, a `nat_gateway_id`, an
|
||||
|
|
Loading…
Reference in New Issue