From e40727076f2a465b9c28799c80c06d8f7a03f248 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 12 Feb 2021 14:57:26 -0500 Subject: [PATCH] Update website/docs/language/modules/develop/providers.html.md Co-authored-by: Kristin Laemmert --- website/docs/language/modules/develop/providers.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/modules/develop/providers.html.md b/website/docs/language/modules/develop/providers.html.md index df5ff1b8b..fd5db189a 100644 --- a/website/docs/language/modules/develop/providers.html.md +++ b/website/docs/language/modules/develop/providers.html.md @@ -214,7 +214,7 @@ module "tunnel" { ``` The subdirectory `./tunnel` must then declare the configuration aliases for the -provider to pass configurations with these names in its `providers` argument: +provider so the calling module can pass configurations with these names in its `providers` argument: ```hcl terraform {