From e6f1255869fa1c2d1afa93f946536c42878a5735 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Thu, 1 Jul 2021 11:07:23 -0400 Subject: [PATCH] Update vs Cloudformation description --- 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 63d3cfe4c5..def42de5ba 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: |- - How Terraform compares to other infrastructure as code tools like CloudFormation and Heat. One advantage is that Terraform can simultaneously manage multiple cloud providers (AWS, OpenStack, etc.) and services (Cloudflare, DNSimple, etc.). + How Terraform compares to other infrastructure as code tools like CloudFormation and Heat. Terraform can simultaneously manage multiple cloud providers (AWS, OpenStack, etc.) and services (Cloudflare, DNSimple, etc.). --- # Terraform vs. CloudFormation, Heat, etc.