From 6f7056ea839d061df7b0818d0fd4f88bdf90ccd2 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 21 Jul 2021 17:37:54 -0400 Subject: [PATCH] Add metadata to Writing and Modifying Code overview page --- website/docs/cli/code/index.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/cli/code/index.html.md b/website/docs/cli/code/index.html.md index 01dba636cc..bf858dd6ba 100644 --- a/website/docs/cli/code/index.html.md +++ b/website/docs/cli/code/index.html.md @@ -1,6 +1,7 @@ --- layout: "docs" page_title: "Writing and Modifying Code - Terraform CLI" +description: "Learn commands that help validate, format, and upgrade code written in the Terraform Configuration Language." --- # Writing and Modifying Terraform Code