mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
Merge pull request #35615 from bangjiehan/patch-3
Fix typo in requirements.mdx
This commit is contained in:
commit
d168d5ce6e
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue