terraform/website/source/intro/vs/index.html.markdown

19 lines
777 B
Markdown
Raw Normal View History

2014-07-16 23:51:48 +02:00
---
layout: "intro"
page_title: "Terraform vs. Other Software"
sidebar_current: "vs-other"
---
# Terraform vs. Other Software
2014-07-25 16:51:30 +02:00
Terraform provides a flexible abstraction of resources and providers. This model
allows for representing everything from physical hardware, virtual machines,
containers, to email and DNS providers. Because of this flexibility, Terraform
can be used to solve many different problems. This means there are a number of
exiting tools that overlap with the capabilities of Terraform. We compare Terraform
to a numbers of these tools, but it's good to note that Terraform is not mutual
exclusive with any other system, nor does it require total buy-in to be useful.
2014-07-16 23:51:48 +02:00
Use the navigation to the left to read the comparison of Terraform to specific
systems.