Update page description metadata

This commit is contained in:
Laura Pacilio 2021-06-28 16:50:37 -04:00
parent 4111b1298d
commit 2f67c78821
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ layout: "intro"
page_title: "Terraform vs. Chef, Puppet, etc."
sidebar_current: "vs-other-chef"
description: |-
Configuration management tools install and manage software on a machine that already exists. Terraform is not a configuration management tool, and it allows existing tooling to focus on their strengths: bootstrapping and initializing resources.
An overview of how Terraform is different from configuration management tools.
---
# Terraform vs. Chef, Puppet, etc.
@ -22,4 +22,3 @@ If you are using traditional configuration management within your compute
instances, you can use Terraform to configure bootstrapping software like
cloud-init to activate your configuration management software on first
system boot.