Skip to content

Commit 81fab2b

Browse files
authored
Update provider.mdx (1.14)
1 parent d5675bc commit 81fab2b

File tree

1 file changed

+1
-1
lines changed
  • content/terraform/v1.14.x (beta)/docs/language/block

1 file changed

+1
-1
lines changed

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)