From 1b1b5225a2a954d2ff2741b2db49a80fa3c8e01f Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 26 Jan 2022 11:42:22 -0500 Subject: [PATCH] Update website/docs/language/state/remote-state-data.mdx Co-authored-by: Nick Fagerlund --- website/docs/language/state/remote-state-data.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/state/remote-state-data.mdx b/website/docs/language/state/remote-state-data.mdx index 4e08a4c6b9..6d5b83554f 100644 --- a/website/docs/language/state/remote-state-data.mdx +++ b/website/docs/language/state/remote-state-data.mdx @@ -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.