Update website/docs/language/state/remote-state-data.mdx

Co-authored-by: Nick Fagerlund <nick.fagerlund@gmail.com>
This commit is contained in:
Laura Pacilio 2022-01-26 11:42:22 -05:00 committed by GitHub
parent e9d79f5284
commit 1b1b5225a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ description: >-
[backends]: /language/settings/backends
The `terraform_remote_state` data source uses the latest state snapshot from the remote backend to retrieve the root module output values
The `terraform_remote_state` data source uses the latest state snapshot from a specified state backend to retrieve the root module output values
from some other Terraform configuration.
You can use the `terraform_remote_state` data source without requiring or configuring a provider. It is always available through a built-in provider with the [source address](/language/providers/requirements#source-addresses) `terraform.io/builtin/terraform`. That provider does not include any other resources or data sources.