website: Simplify the Getting Started consul module example
This module now gets the region from the inherited provider block.
This commit is contained in:
parent
32e3179de9
commit
b44932d8fe
|
@ -53,7 +53,6 @@ provider "aws" {
|
||||||
module "consul" {
|
module "consul" {
|
||||||
source = "hashicorp/consul/aws"
|
source = "hashicorp/consul/aws"
|
||||||
|
|
||||||
aws_region = "us-east-1" # should match provider region
|
|
||||||
num_servers = "3"
|
num_servers = "3"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue