github.com/maheshbr/terraform@v0.3.1-0.20141020033300-deec7194a3ea/website/source/intro/vs/index.html.markdown (about)

     1  ---
     2  layout: "intro"
     3  page_title: "Terraform vs. Other Software"
     4  sidebar_current: "vs-other"
     5  ---
     6  
     7  # Terraform vs. Other Software
     8  
     9  Terraform provides a flexible abstraction of resources and providers. This model
    10  allows for representing everything from physical hardware, virtual machines, and
    11  containers, to email and DNS providers. Because of this flexibility, Terraform
    12  can be used to solve many different problems. This means there are a number of
    13  existing tools that overlap with the capabilities of Terraform. We compare Terraform
    14  to a number of these tools, but it should be noted that Terraform is not mutually
    15  exclusive with other systems. It can be used to manage a single application, or the
    16  entire datacenter.
    17  
    18  Use the navigation on the left to read comparisons of Terraform versus other
    19  specific systems.