Merge pull request #9191 from nwalke/update_getting_started

DOCS: Added note about requiring a default VPC.
This commit is contained in:
Paul Stack 2016-10-03 19:06:25 +01:00 committed by GitHub
commit 36fd208fa9
1 changed files with 1 additions and 1 deletions

View File

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