Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Child modules do not inherit provider source or version requirements, so you mus

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

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.
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.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Child modules do not inherit provider source or version requirements, so you mus

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

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.
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.

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

Expand Down
Loading