website: Simplify the Getting Started consul module example

This module now gets the region from the inherited provider block.
This commit is contained in:
Yevgeniy Brikman 2018-06-29 03:10:55 +02:00 committed by Martin Atkins
parent 32e3179de9
commit b44932d8fe
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ provider "aws" {
module "consul" {
source = "hashicorp/consul/aws"
aws_region = "us-east-1" # should match provider region
num_servers = "3"
}
```