From 908ceec8c15c5c6f3a765d9d9d98f5fef7e29426 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Mon, 28 Jun 2021 17:06:50 -0400 Subject: [PATCH] Update page description metadata --- website/intro/vs/cloudformation.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/intro/vs/cloudformation.html.markdown b/website/intro/vs/cloudformation.html.markdown index abb312843..d41a6820f 100644 --- a/website/intro/vs/cloudformation.html.markdown +++ b/website/intro/vs/cloudformation.html.markdown @@ -3,7 +3,7 @@ layout: "intro" page_title: "Terraform vs. CloudFormation, Heat, etc." sidebar_current: "vs-other-cloudformation" description: |- - Tools like CloudFormation, Heat, etc. allow the details of an infrastructure to be codified into a configuration file. The configuration files allow the infrastructure to be elastically created, modified and destroyed. Terraform is inspired by the problems they solve. + How Terraform compares to other infrastructure as code tools. --- # Terraform vs. CloudFormation, Heat, etc.