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.