Update page description metadata

This commit is contained in:
Laura Pacilio 2021-06-28 17:06:50 -04:00
parent fc772aec86
commit 908ceec8c1
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: |-
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.