Merge pull request #1754 from ctiwald/ct/vpn-gateway-doc-fix

docs: vpn_gateway vpc_ids are optional, not required.
This commit is contained in:
Clint 2015-04-30 09:59:56 -05:00
commit 89b50f7790
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ resource "aws_vpn_gateway" "vpn_gw" {
The following arguments are supported:
* `vpc_id` - (Required) The VPC ID to create in.
* `vpc_id` - (Optional) The VPC ID to create in.
* `availability_zone` - (Optional) The Availability Zone for the virtual private gateway.
* `tags` - (Optional) A mapping of tags to assign to the resource.