website: fix terraform_remote_state example for "config" argument (#21728)

This commit is contained in:
Jonathan Buys 2019-06-18 18:25:36 -05:00 committed by Nick Fagerlund
parent 250527d923
commit 96328b1ec8
1 changed files with 1 additions and 1 deletions

View File

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