Added note about requiring a default VPC.

Fixes hashicorp/terraform#6427
pull/9191/head
Nick Walke 10 years ago
parent aa87472aa2
commit 7e41cbfaf2
No known key found for this signature in database
GPG Key ID: FD3A85F374065E1B

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

Loading…
Cancel
Save