From c33970bfa449df54c199d32808183975e6db6e7b Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 7 Jul 2021 14:02:23 -0400 Subject: [PATCH] Add description metadata to JSON syntax page --- website/docs/language/syntax/json.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/language/syntax/json.html.md b/website/docs/language/syntax/json.html.md index ea9917021..4d80508d5 100644 --- a/website/docs/language/syntax/json.html.md +++ b/website/docs/language/syntax/json.html.md @@ -3,8 +3,7 @@ layout: "language" page_title: "JSON Configuration Syntax - Configuration Language" sidebar_current: "docs-config-syntax-json" description: |- - In addition to the native syntax that is most commonly used with Terraform, - the Terraform language can also be expressed in a JSON-compatible syntax. + Details about the JSON-compatible Terraform language syntax, including file structure, expression mapping, and blocks. --- # JSON Configuration Syntax