Update page description metadata
This commit is contained in:
parent
5e89ac590e
commit
f526e6eadc
|
@ -3,7 +3,7 @@ layout: "intro"
|
||||||
page_title: "Terraform vs. Custom Solutions"
|
page_title: "Terraform vs. Custom Solutions"
|
||||||
sidebar_current: "vs-other-custom"
|
sidebar_current: "vs-other-custom"
|
||||||
description: |-
|
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
|
# 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
|
that exists in every organization and provides a standard that can
|
||||||
be adopted to avoid reinventing the wheel between and within organizations.
|
be adopted to avoid reinventing the wheel between and within organizations.
|
||||||
Its open source nature ensures it will be around in the long term.
|
Its open source nature ensures it will be around in the long term.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue