From 46296db9dc673e8bc281bc0c07890390c10d84c1 Mon Sep 17 00:00:00 2001 From: Christopher Tiwald Date: Thu, 30 Apr 2015 10:37:28 -0400 Subject: [PATCH] docs: vpn_gateway vpc_ids are optional, not required. This is simply a mistake in the documentation. The code already leaves this as optional. --- website/source/docs/providers/aws/r/vpn_gateway.html.markdown | 2 +- 1 file changed, 1 insertion(+), 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 b64000ce5..2dcb2a363 100644 --- a/website/source/docs/providers/aws/r/vpn_gateway.html.markdown +++ b/website/source/docs/providers/aws/r/vpn_gateway.html.markdown @@ -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.