From f67e7f6a9fa4a56d413f6e23f273c48cde8cffb4 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 16 Jul 2021 17:21:16 -0400 Subject: [PATCH] Update json configuration syntax page metadata --- website/docs/language/syntax/json.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/syntax/json.html.md b/website/docs/language/syntax/json.html.md index 4d80508d59..e6ca652fef 100644 --- a/website/docs/language/syntax/json.html.md +++ b/website/docs/language/syntax/json.html.md @@ -3,7 +3,7 @@ layout: "language" page_title: "JSON Configuration Syntax - Configuration Language" sidebar_current: "docs-config-syntax-json" description: |- - Details about the JSON-compatible Terraform language syntax, including file structure, expression mapping, and blocks. + Details about the JSON-compatible language syntax, including file structure, expression mapping, block mapping, and block-type-specific exceptions. --- # JSON Configuration Syntax