Update website/docs/language/modules/develop/providers.html.md

Co-authored-by: Kristin Laemmert <mildwonkey@users.noreply.github.com>
This commit is contained in:
James Bardin 2021-02-12 14:57:26 -05:00 committed by GitHub
parent 9859d4e70b
commit e40727076f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {