Skip to content

Commit

Permalink
Added note about requiring a default VPC.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalke committed Oct 3, 2016
1 parent aa87472 commit 7e41cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/intro/getting-started/modules.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e41cbf

Please sign in to comment.