Add link to default provider configuration definition

This commit is contained in:
Gerard Nguyen 2022-05-23 12:13:23 +10:00 committed by Gerard Nguyen
parent 8e84674fa6
commit d521d379f8

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](/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.