From f737d684e5070d118c07ac8f3c3aa5c0d2743c6e Mon Sep 17 00:00:00 2001 From: Daniel Dreier Date: Thu, 21 May 2020 14:54:40 -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 cf0079d1b..96cfdc4f6 100644 --- a/website/docs/providers/terraform/d/remote_state.html.md +++ b/website/docs/providers/terraform/d/remote_state.html.md @@ -46,7 +46,7 @@ resource "aws_instance" "foo" { } ``` -## Example Usage for local backend +## Example Usage (`local` Backend) ```hcl data "terraform_remote_state" "vpc" {