Update website/docs/providers/terraform/d/remote_state.html.md

Co-authored-by: Nick Fagerlund <nick@hashicorp.com>
This commit is contained in:
Daniel Dreier 2020-05-21 14:54:40 -07:00 committed by GitHub
parent d006b85c26
commit f737d684e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ resource "aws_instance" "foo" {
}
```
## Example Usage for local backend
## Example Usage (`local` Backend)
```hcl
data "terraform_remote_state" "vpc" {