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)