From 4a7221d57406731fb96a09c30c66f1f04ebe3f50 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 23 Jul 2021 16:21:41 -0400 Subject: [PATCH] Update metadata description on internals overview page --- website/docs/internals/index.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/internals/index.html.md b/website/docs/internals/index.html.md index 135fb027d..e7fed0e9b 100644 --- a/website/docs/internals/index.html.md +++ b/website/docs/internals/index.html.md @@ -2,8 +2,7 @@ layout: "docs" page_title: "Internals" sidebar_current: "docs-internals" -description: |- - This section covers the internals of Terraform and explains how plans are generated, the lifecycle of a provider, etc. The goal of this section is to remove any notion of "magic" from Terraform. We want you to be able to trust and understand what Terraform is doing to function. +description: "Learn the technical details of how Terraform generates and executes infrastructure plans, works with plugins, obtains credentials, etc." --- # Terraform Internals