Skip to content

Commit

Permalink
Update website/docs/language/modules/develop/providers.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
  • Loading branch information
nvanthao and laurapacilio committed May 24, 2022
1 parent d521d37 commit fd21e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/modules/develop/providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fd21e6e

Please sign in to comment.