Merge pull request #22213 from hashicorp/d-remote-state-backend

docs: Update example remote_state to use remote backend
This commit is contained in:
Pam Selle 2019-07-25 17:15:26 -04:00 committed by GitHub
commit fadbe69da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ use interpolations when configuring them.
```hcl
data "terraform_remote_state" "vpc" {
backend = "atlas"
backend = "remote"
config = {
name = "hashicorp/vpc-prod"
}