Fixed config argument on example (#26304)

This commit is contained in:
Jakson Rodrigues 2020-10-22 14:08:25 -03:00 committed by GitHub
parent f4790d8f61
commit 818029826b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Use the navigation to the left to read about the available data sources.
data "terraform_remote_state" "vpc" { data "terraform_remote_state" "vpc" {
backend = "remote" backend = "remote"
config { config = {
organization = "hashicorp" organization = "hashicorp"
workspaces = { workspaces = {
name = "vpc-prod" name = "vpc-prod"