Merge pull request #35615 from bangjiehan/patch-3

Fix typo in requirements.mdx
pull/35622/head
Craig Wright 2 years ago committed by GitHub
commit d168d5ce6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -274,10 +274,10 @@ incompatibilities, and let the root module manage the maximum version.
## Built-in Providers
Most Terraform providers are distributed separately as plugins, but there
is one provider that is built into Terraform itself. This provider enables the
is one provider that is built into Terraform itself. This provider enables
[the `terraform_remote_state` data source](/terraform/language/state/remote-state-data).
Because this provider is built in to Terraform, you don't need to declare it
Because this provider is built into Terraform, you don't need to declare it
in the `required_providers` block in order to use its features. However, for
consistency it _does_ have a special provider source address, which is
`terraform.io/builtin/terraform`. This address may sometimes appear in

Loading…
Cancel
Save