Update website/docs/language/modules/develop/providers.mdx

Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
This commit is contained in:
Gerard Nguyen 2022-05-24 10:53:08 +10:00 committed by GitHub
parent d521d379f8
commit fd21e6e510
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 ## Implicit Provider Inheritance
For convenience in simple configurations, a child module automatically inherits 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 explicit `provider` blocks appear only in the root module, and downstream
modules can simply declare resources for that provider and have them modules can simply declare resources for that provider and have them
automatically associated with the root provider configurations. automatically associated with the root provider configurations.