Skip to content

Commit 7f3d615

Browse files
authored
Update provider.mdx (#974)
Thanks!
2 parents c1fbe29 + 81fab2b commit 7f3d615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/terraform/v1.13.x/docs/language/block/provider.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Child modules do not inherit provider source or version requirements, so you mus
301301

302302
### Using an alternate provider configuration in a child module
303303

304-
To use an aliased provider configurations in a child module, the child module must declare the alias using the `configuration_aliases` argument in the `required_providers` block.
304+
To use an aliased provider configuration in a child module, the child module must declare the alias using the `configuration_aliases` argument in the `required_providers` block.
305305

306306
In the following example, the root module passes the `aws.west` alias to the `web-server` child module:
307307

content/terraform/v1.14.x (beta)/docs/language/block/provider.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Child modules do not inherit provider source or version requirements, so you mus
301301

302302
### Using an alternate provider configuration in a child module
303303

304-
To use an aliased provider configurations in a child module, the child module must declare the alias using the `configuration_aliases` argument in the `required_providers` block.
304+
To use an aliased provider configuration in a child module, the child module must declare the alias using the `configuration_aliases` argument in the `required_providers` block.
305305

306306
In the following example, the root module passes the `aws.west` alias to the `web-server` child module:
307307

0 commit comments

Comments
 (0)