From d521d379f89201767657aead844467317486c826 Mon Sep 17 00:00:00 2001 From: Gerard Nguyen Date: Mon, 23 May 2022 12:13:23 +1000 Subject: [PATCH 1/2] Add link to default provider configuration definition --- website/docs/language/modules/develop/providers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/modules/develop/providers.mdx b/website/docs/language/modules/develop/providers.mdx index 8c173e7fa7b1..888163a0a32a 100644 --- a/website/docs/language/modules/develop/providers.mdx +++ b/website/docs/language/modules/develop/providers.mdx @@ -102,7 +102,7 @@ features are needed by other parts of their overall configuration. ## Implicit Provider Inheritance For convenience in simple configurations, a child module automatically inherits -default (un-aliased) provider configurations from its parent. This means that +[default](/language/providers/configuration#default-provider-configurations) (un-aliased/ omitted `provider` block) provider configurations from its parent. This means that explicit `provider` blocks appear only in the root module, and downstream modules can simply declare resources for that provider and have them automatically associated with the root provider configurations. From fd21e6e510d0162b4541dff43f79c65618003abc Mon Sep 17 00:00:00 2001 From: Gerard Nguyen Date: Tue, 24 May 2022 10:53:08 +1000 Subject: [PATCH 2/2] Update website/docs/language/modules/develop/providers.mdx Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/language/modules/develop/providers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/modules/develop/providers.mdx b/website/docs/language/modules/develop/providers.mdx index 888163a0a32a..717ef1661818 100644 --- a/website/docs/language/modules/develop/providers.mdx +++ b/website/docs/language/modules/develop/providers.mdx @@ -102,7 +102,7 @@ features are needed by other parts of their overall configuration. ## Implicit Provider Inheritance For convenience in simple configurations, a child module automatically inherits -[default](/language/providers/configuration#default-provider-configurations) (un-aliased/ omitted `provider` block) provider configurations from its parent. This means that +[default provider configurations](/language/providers/configuration#default-provider-configurations) from its parent. This means that explicit `provider` blocks appear only in the root module, and downstream modules can simply declare resources for that provider and have them automatically associated with the root provider configurations.