docs: Update example remote_state to use remote backend

The "remote" backend supersedes the "atlas" backend so this is the one we should use in the example.
This commit is contained in:
Paul Hinze 2019-07-25 13:33:41 -05:00 committed by GitHub
parent c41e98a075
commit 69d44f763f
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"
}