mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ provider "aws" {
|
|||
module "consul" {
|
||||
source = "hashicorp/consul/aws"
|
||||
|
||||
aws_region = "us-east-1" # should match provider region
|
||||
num_servers = "3"
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue