From 95adde5dc9236078313d0dc53702881320b3af5b Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Mon, 24 Jan 2022 12:29:54 -0500 Subject: [PATCH] Update vs. index page to say "Alternatives" and include a list on the page for SEO --- website/intro/vs/index.mdx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/website/intro/vs/index.mdx b/website/intro/vs/index.mdx index bc0d6dc9c..6d5bec374 100644 --- a/website/intro/vs/index.mdx +++ b/website/intro/vs/index.mdx @@ -1,9 +1,9 @@ --- -page_title: Terraform vs. Other Software -description: An overview of how Terraform compares to other software and tools. +page_title: Terraform vs. Alternatives +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 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 entire datacenter. -Use the navigation on the left to read comparisons of Terraform versus other -specific systems. +Learn how Terraform compares to: + +- [Chef, Puppet, etc.](/intro/vs/chef-puppet) +- [CloudFormation, Heat, etc.](/intro/vs/cloudformation) +- [Boto, Fog, etc.](/intro/vs/boto) +- [Custom Solutions](/intro/vs/custom)