From d006b85c261acb3f9fcc4ba3d48780347dd3c8cf Mon Sep 17 00:00:00 2001 From: Daniel Dreier Date: Thu, 21 May 2020 14:54:30 -0700 Subject: [PATCH] Update website/docs/providers/terraform/d/remote_state.html.md Co-authored-by: Nick Fagerlund --- website/docs/providers/terraform/d/remote_state.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/providers/terraform/d/remote_state.html.md b/website/docs/providers/terraform/d/remote_state.html.md index 8ebc8d2f04..cf0079d1b1 100644 --- a/website/docs/providers/terraform/d/remote_state.html.md +++ b/website/docs/providers/terraform/d/remote_state.html.md @@ -19,7 +19,7 @@ same limitations as the main backend configuration. You can use any number of `remote_state` data sources with differently configured backends, and you can use interpolations when configuring them. -## Example Usage for remote backend +## Example Usage (`remote` Backend) ```hcl data "terraform_remote_state" "vpc" {