From 0900452113a24bb607a2c532c2aeb2104e908960 Mon Sep 17 00:00:00 2001 From: Dan Everton Date: Tue, 10 Mar 2015 10:32:49 +1000 Subject: [PATCH] Remove type parameter from vpn_gateway docs --- website/source/docs/providers/aws/r/vpn_gateway.html.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/vpn_gateway.html.markdown b/website/source/docs/providers/aws/r/vpn_gateway.html.markdown index 7f72d6ebac..b64000ce55 100644 --- a/website/source/docs/providers/aws/r/vpn_gateway.html.markdown +++ b/website/source/docs/providers/aws/r/vpn_gateway.html.markdown @@ -27,7 +27,6 @@ resource "aws_vpn_gateway" "vpn_gw" { The following arguments are supported: * `vpc_id` - (Required) The VPC ID to create in. -* `type` - (Optional) The type of VPN connection this virtual private gateway supports. * `availability_zone` - (Optional) The Availability Zone for the virtual private gateway. * `tags` - (Optional) A mapping of tags to assign to the resource.