From 7e41cbfaf293d1953a54dfbdc31d3fcf76b632cf Mon Sep 17 00:00:00 2001 From: Nick Walke Date: Mon, 3 Oct 2016 11:45:05 -0500 Subject: [PATCH] Added note about requiring a default VPC. Fixes hashicorp/terraform#6427 --- website/source/intro/getting-started/modules.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/modules.html.md b/website/source/intro/getting-started/modules.html.md index 18452f779..92d828f7f 100644 --- a/website/source/intro/getting-started/modules.html.md +++ b/website/source/intro/getting-started/modules.html.md @@ -57,7 +57,7 @@ module "consul" { (Note that the `provider` block can be omitted in favor of environment variables. See the [AWS Provider docs](/docs/providers/aws/index.html) -for details.) +for details. This module requires that your AWS account has a default VPC.) The `module` block tells Terraform to create and manage a module. It is very similar to the `resource` block. It has a logical name -- in this