Added note about requiring a default VPC.

Fixes hashicorp/terraform#6427
This commit is contained in:
Nick Walke 2016-10-03 11:45:05 -05:00
parent aa87472aa2
commit 7e41cbfaf2
No known key found for this signature in database
GPG Key ID: FD3A85F374065E1B
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