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:30 -07:00 committed by GitHub
parent eda35f2c49
commit d006b85c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" {