docs: vpn_gateway vpc_ids are optional, not required.

This is simply a mistake in the documentation. The code already leaves
this as optional.
This commit is contained in:
Christopher Tiwald 2015-04-30 10:37:28 -04:00
parent 1ad9cb261c
commit 46296db9dc
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.