Update vs. index page to say "Alternatives" and include a list on the page for SEO
This commit is contained in:
parent
f1b36873e1
commit
95adde5dc9
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
page_title: Terraform vs. Other Software
|
page_title: Terraform vs. Alternatives
|
||||||
description: An overview of how Terraform compares to other software and tools.
|
description: An overview of how Terraform compares to alternative software and tools.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Terraform vs. Other Software
|
# Terraform vs. Alternatives
|
||||||
|
|
||||||
Terraform provides a flexible abstraction of resources and providers. This model
|
Terraform provides a flexible abstraction of resources and providers. This model
|
||||||
allows for representing everything from physical hardware, virtual machines, and
|
allows for representing everything from physical hardware, virtual machines, and
|
||||||
|
@ -14,5 +14,9 @@ to a number of these tools, but it should be noted that Terraform is not mutuall
|
||||||
exclusive with other systems. It can be used to manage a single application, or the
|
exclusive with other systems. It can be used to manage a single application, or the
|
||||||
entire datacenter.
|
entire datacenter.
|
||||||
|
|
||||||
Use the navigation on the left to read comparisons of Terraform versus other
|
Learn how Terraform compares to:
|
||||||
specific systems.
|
|
||||||
|
- [Chef, Puppet, etc.](/intro/vs/chef-puppet)
|
||||||
|
- [CloudFormation, Heat, etc.](/intro/vs/cloudformation)
|
||||||
|
- [Boto, Fog, etc.](/intro/vs/boto)
|
||||||
|
- [Custom Solutions](/intro/vs/custom)
|
||||||
|
|
Loading…
Reference in New Issue