Update page description metadata

This commit is contained in:
Laura Pacilio 2021-06-28 17:14:34 -04:00
parent 5e89ac590e
commit f526e6eadc
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ layout: "intro"
page_title: "Terraform vs. Custom Solutions"
sidebar_current: "vs-other-custom"
description: |-
Most organizations start by manually managing infrastructure through simple scripts or web-based interfaces. As the infrastructure grows, any manual approach to management becomes both error-prone and tedious, and many organizations begin to home-roll tooling to help automate the mechanical processes involved.
Why Terraform is easier to use and maintain than custom, internal infrastructure solutions.
---
# Terraform vs. Custom Solutions
@ -37,4 +37,3 @@ fix bugs and document new use cases. Terraform helps solve a problem
that exists in every organization and provides a standard that can
be adopted to avoid reinventing the wheel between and within organizations.
Its open source nature ensures it will be around in the long term.