Merge pull request #31105 from nvanthao/nvanthao/update-docs-implicit-provider

Add link to default provider configuration definition
This commit is contained in:
Laura Pacilio 2022-06-17 09:08:11 -04:00 committed by GitHub
commit a864bf6b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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