diff --git a/website/docs/language/resources/syntax.mdx b/website/docs/language/resources/syntax.mdx index e6b861aadc..134a4ed193 100644 --- a/website/docs/language/resources/syntax.mdx +++ b/website/docs/language/resources/syntax.mdx @@ -60,8 +60,8 @@ infrastructure platform. Providers are distributed separately from Terraform, but Terraform can automatically install most providers when initializing a working directory. -To manage resources, a Terraform module must specify the required providers, see -[Provider Requirements](/terraform/language/providers/requirements). +To manage resources, a Terraform module must specify the required providers. Refer to +[Provider Requirements](/terraform/language/providers/requirements) for additional information. Most providers need some configuration to access their remote API, which is provided by the root module, see