Remove type parameter from vpn_gateway docs

This commit is contained in:
Dan Everton 2015-03-10 10:32:49 +10:00
parent d6a731040c
commit 0900452113
1 changed files with 0 additions and 1 deletions

View File

@ -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.