From 5384aacb5ebf67a54bfa06906993d5475cab7152 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 7 Jul 2021 13:39:14 -0400 Subject: [PATCH] Update description metadata for key words --- website/docs/language/syntax/configuration.html.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/language/syntax/configuration.html.md b/website/docs/language/syntax/configuration.html.md index e080ed540..1fa5fc48d 100644 --- a/website/docs/language/syntax/configuration.html.md +++ b/website/docs/language/syntax/configuration.html.md @@ -3,9 +3,7 @@ layout: "language" page_title: "Syntax - Configuration Language" sidebar_current: "docs-config-syntax" description: |- - The Terraform language has its own syntax, intended to combine declarative - structure with expressions in a way that is easy for humans to read and - understand. + Key constructs of the native Terraform language syntax, including identifiers, arguments, blocks, and comments. --- # Configuration Syntax