From df1575731134dcf67cece39c9a52630388ebdb95 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Fri, 1 May 2015 19:39:42 -0500 Subject: [PATCH] docs: fix newline --- .../source/docs/providers/aws/r/vpn_connection.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/vpn_connection.html.markdown b/website/source/docs/providers/aws/r/vpn_connection.html.markdown index c48b6e770..ce4182cb3 100644 --- a/website/source/docs/providers/aws/r/vpn_connection.html.markdown +++ b/website/source/docs/providers/aws/r/vpn_connection.html.markdown @@ -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.