From 8525befc22363b22d345d86660d71070d5f1e90a Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 7 Jul 2021 12:58:28 -0400 Subject: [PATCH] Add description metadata to index page --- website/docs/language/index.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/language/index.html.md b/website/docs/language/index.html.md index c370623fc..c958f17ea 100644 --- a/website/docs/language/index.html.md +++ b/website/docs/language/index.html.md @@ -1,6 +1,8 @@ --- layout: "language" page_title: "Overview - Configuration Language" +description: |- + An introduction to the Terraform Configuration Language that is used to declare resources in infrastructure as code. --- # Terraform Language Documentation