docs: fix newline

This commit is contained in:
Paul Hinze 2015-05-01 19:39:42 -05:00
parent 199dabaf75
commit df15757311
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ resource "aws_vpn_connection" "main" {
The following arguments are supported:
* `customer_gateway_id` - (Required) The ID of the customer gateway.
* `static_routes_only` - (Required) Whether the VPN connection uses static routes exclusively. Static routes must be used for devices that don't support BGP. * `tags` - (Optional) Tags to apply to the connection.
* `static_routes_only` - (Required) Whether the VPN connection uses static routes exclusively. Static routes must be used for devices that don't support BGP.
* `tags` - (Optional) Tags to apply to the connection.
* `type` - (Required) The type of VPN connection. The only type AWS supports at this time is "ipsec.1".
* `vpn_gateway_id` - (Required) The ID of the virtual private gateway.