From d5675bc04fa18caf1ea003fe9b83cd95bab8ceea Mon Sep 17 00:00:00 2001 From: Samsondeen <40821565+dsa0x@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:18:20 +0200 Subject: [PATCH 1/2] Update provider.mdx --- content/terraform/v1.13.x/docs/language/block/provider.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/terraform/v1.13.x/docs/language/block/provider.mdx b/content/terraform/v1.13.x/docs/language/block/provider.mdx index 2c984a602a..dfa7f1327b 100644 --- a/content/terraform/v1.13.x/docs/language/block/provider.mdx +++ b/content/terraform/v1.13.x/docs/language/block/provider.mdx @@ -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: From 81fab2be86577dd44e5f9f1bf42b7f4532658fe7 Mon Sep 17 00:00:00 2001 From: Samsondeen <40821565+dsa0x@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:20:55 +0200 Subject: [PATCH 2/2] Update provider.mdx (1.14) --- .../terraform/v1.14.x (beta)/docs/language/block/provider.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/terraform/v1.14.x (beta)/docs/language/block/provider.mdx b/content/terraform/v1.14.x (beta)/docs/language/block/provider.mdx index 2c984a602a..dfa7f1327b 100644 --- a/content/terraform/v1.14.x (beta)/docs/language/block/provider.mdx +++ b/content/terraform/v1.14.x (beta)/docs/language/block/provider.mdx @@ -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: