mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #31105 from nvanthao/nvanthao/update-docs-implicit-provider
Add link to default provider configuration definition
This commit is contained in:
commit
a864bf6b9e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user