Update website/docs/language/resources/syntax.mdx

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
pull/33635/head
Christian Adamini 3 years ago committed by GitHub
parent 3f51ecf138
commit a5f7e86593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save