docs: fix newline
This commit is contained in:
parent
199dabaf75
commit
df15757311
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue