From 818029826b0680eb6cf232496bfad7f0e92d32e4 Mon Sep 17 00:00:00 2001 From: Jakson Rodrigues Date: Thu, 22 Oct 2020 14:08:25 -0300 Subject: [PATCH] Fixed config argument on example (#26304) --- website/docs/providers/terraform/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/providers/terraform/index.html.markdown b/website/docs/providers/terraform/index.html.markdown index 8327958b1..73f47735e 100644 --- a/website/docs/providers/terraform/index.html.markdown +++ b/website/docs/providers/terraform/index.html.markdown @@ -20,7 +20,7 @@ Use the navigation to the left to read about the available data sources. data "terraform_remote_state" "vpc" { backend = "remote" - config { + config = { organization = "hashicorp" workspaces = { name = "vpc-prod"