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"