---
description: |-
Terraform enables you to safely and predictably create, change, and improve
production infrastructure. It is an open source tool that codifies APIs into
declarative configuration files that can be shared amongst team members,
treated as code, edited, reviewed, and versioned.
---
Terraform enables you to safely and predictably create, change, and
improve production infrastructure. It is an open source tool that
codifies APIs into declarative configuration files that can be shared amongst team members,
treated as code, edited, reviewed, and versioned.
Write, Plan, and Create Infrastructure as Code
Get Started
Download <%= latest_version %>
Simple and Powerful
Define infrastructure as code to increase operator productivity and transparency.
Terraform configuration can be stored in version control, shared, and collaborated on by teams of operators.
Track the complete history of infrastructure versions.
If it can be codified, it can be automated.
Terraform provides an elegant user experience for operators to safely and predictably make changes to infrastructure.
Understand how a minor change could have potential cascading effects across an infrastructure before executing that change. Terraform builds a dependency graph from the configurations, and walks this graph to generate plans, refresh state, and more.
Separating plans and applies reduces mistakes and uncertainty at scale. Plans show operators what would happen, applies execute changes.
Use Terraform to create resources across all major infrastructure providers (AWS, GCP, Azure, OpenStack, VMware, and more).
Terraform lets operators easily use the same configurations in multiple places to reduce mistakes and save time.
Use the same Terraform configuration to provision identical staging, QA, and production environments.
Common Terraform configurations can be packaged as modules and used across teams and organizations.
Terraform allows you to effortlessly combine high-level system providers. Launch a server from one cloud provider, add a DNS entry with its IP with a different provider. Built-in dependency resolution means things happen in the right order.
Use attributes from other resources to create an infrastructure composed of resources across multiple providers.
Simple and intuitive configuration makes even the most complicated services approachable: no more web consoles, loading bars, or confusing CLI clients.
The intro contains a walkthrough guide, introductory literature, and a range of examples to experiment with Terraform.
Collaborative Infrastructure Automation for organizations. Collaborate on Terraform configurations, validate changes, and automate provisioning across providers.