From b44932d8feebb259574a0597c35ff41864c167b2 Mon Sep 17 00:00:00 2001 From: Yevgeniy Brikman Date: Fri, 29 Jun 2018 03:10:55 +0200 Subject: [PATCH] website: Simplify the Getting Started consul module example This module now gets the region from the inherited provider block. --- website/intro/getting-started/modules.html.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/intro/getting-started/modules.html.md b/website/intro/getting-started/modules.html.md index 7c39f5c695..fc98c2b2d7 100644 --- a/website/intro/getting-started/modules.html.md +++ b/website/intro/getting-started/modules.html.md @@ -53,7 +53,6 @@ provider "aws" { module "consul" { source = "hashicorp/consul/aws" - aws_region = "us-east-1" # should match provider region num_servers = "3" } ```