Update vs Cloudformation description

This commit is contained in:
Laura Pacilio 2021-07-01 11:07:23 -04:00
parent ab9b9a445f
commit e6f1255869
1 changed files with 1 additions and 1 deletions

View File

@ -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.