From 952cb331037067965e4f18932b2355988fc0ed06 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 9 Jul 2021 15:42:58 -0400 Subject: [PATCH] Add description metadata to functions overview page --- website/docs/language/functions/index.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/language/functions/index.html.md b/website/docs/language/functions/index.html.md index f062b32a7..2da4a6cb9 100644 --- a/website/docs/language/functions/index.html.md +++ b/website/docs/language/functions/index.html.md @@ -3,8 +3,7 @@ layout: "language" page_title: "Functions - Configuration Language" sidebar_current: "docs-config-functions" description: |- - The Terraform language has a number of built-in functions that can be called - from within expressions to transform and combine values. + An introduction to functions in the Terraform language that can transform and combine values. --- # Built-in Functions