From 5f0a4a080d3ad3301af4c3d8305641da47ebe2b4 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 21 Jul 2021 17:35:13 -0400 Subject: [PATCH] Add metadata to provisioning infrastructure overview page --- website/docs/cli/run/index.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/cli/run/index.html.md b/website/docs/cli/run/index.html.md index 579c9d81bd..5ec8ae69d2 100644 --- a/website/docs/cli/run/index.html.md +++ b/website/docs/cli/run/index.html.md @@ -1,6 +1,7 @@ --- layout: "docs" page_title: "Provisioning Infrastructure - Terraform CLI" +description: "Learn about core provisioning tasks: `plan`, `apply`, and `destroy`. Terraform uses them to create, modify, and destroy infrastructure to match a configuration." --- # Provisioning Infrastructure with Terraform