hashicorp/terraform


Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

https://www.terraform.io/

License: Other

Language: Go

Keywords: cloud, cloud-management, graph, infrastructure-as-code, terraform


Terraform

Terraform

Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions.

The key features of Terraform are:

  • Infrastructure as Code: Infrastructure is described using a high-level configuration syntax. This allows a blueprint of your datacenter to be versioned and treated as you would any other code. Additionally, infrastructure can be shared and re-used.

  • Execution Plans: Terraform has a "planning" step where it generates an execution plan. The execution plan shows what Terraform will do when you call apply. This lets you avoid any surprises when Terraform manipulates infrastructure.

  • Resource Graph: Terraform builds a graph of all your resources, and parallelizes the creation and modification of any non-dependent resources. Because of this, Terraform builds infrastructure as efficiently as possible, and operators get insight into dependencies in their infrastructure.

  • Change Automation: Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what Terraform will change and in what order, avoiding many possible human errors.

For more information, refer to the What is Terraform? page on the Terraform website.

Getting Started & Documentation

Documentation is available on the Terraform website:

If you're new to Terraform and want to get started creating infrastructure, please check out our Getting Started guides on HashiCorp's learning platform. There are also additional guides to continue your learning.

Show off your Terraform knowledge by passing a certification exam. Visit the certification page for information about exams and find study materials on HashiCorp's learning platform.

Developing Terraform

This repository contains only Terraform core, which includes the command line interface and the main graph engine. Providers are implemented as plugins, and Terraform can automatically download providers that are published on the Terraform Registry. HashiCorp develops some providers, and others are developed by other organizations. For more information, see Extending Terraform.

License

Business Source License 1.1

Project Statistics

Sourcerank 20
Repository Size 300 MB
Stars 42,117
Forks 9,472
Watchers 1,162
Open issues 1,959
Dependencies 268
Contributors 862
Tags 354
Created
Last updated
Last pushed

Top Contributors See all

Mitchell Hashimoto James Bardin Martin Atkins Paul Stack Clint Paul Hinze Radek Simko James Nugent Alisdair McDiarmid Laura Pacilio Jake Champlin mildwonkey Joe Topjian Armon Dadgar Liam Cervante Chris Griggs Nick Fagerlund Pam S Seth Vargo Tom Harvey

Packages Referencing this Repo

github.com/hashicorp/terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Updated - 42.1K stars
github.com/hashicorp/terraform/helper/logging
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/helper/schema
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/plugin
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/helper/config
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/dag
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/flatmap
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/config/module
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/helper/experiment
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/helper/resource
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/helper/hilmapstructure
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/helper/hashcode
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/helper/shadow
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
github.com/hashicorp/terraform/config
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is...
Latest release v1.10.0-alpha20240828 - Published - 42.1K stars
terraform
Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently....
This package is no longer available on Conda
@env0/terraform-linux-amd-64
HashiCorp Terraform executable npm dependency
Latest release 0.11.14 - Updated - 42.1K stars
terraform
Terraform provides an elegant user experience for operators to safely and predictably make change...
Latest release 0.11.7 - Updated - 42.1K stars

Recent Tags See all

v1.10.0-alpha20240828 August 28, 2024
v1.9.5 August 20, 2024
v1.10.0-alpha20240814 August 14, 2024
v1.10.0-alpha20240807 August 07, 2024
v1.9.4 August 07, 2024
v1.10.0-alpha20240730 July 30, 2024
v1.9.3 July 24, 2024
v1.10.0-alpha20240717 July 17, 2024
v1.9.2 July 10, 2024
v1.9.1 July 03, 2024
v1.9.0 June 26, 2024
v1.9.0-rc3 June 21, 2024
v1.9.0-rc2 June 19, 2024
v1.10.0-alpha20240619 June 19, 2024
v1.9.0-rc1 June 12, 2024

Interesting Forks See all

diggerhq/open-terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. This ...
This repository is no longer available - 269 stars - 6 forks
xanzy/terraform-api
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
Go - MPL-2.0 - Last pushed - 12 stars - 5 forks
IBM-Cloud/terraform
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
Go - MPL-2.0 - Last pushed - 11 stars - 9 forks
haklop/terraform
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
Go - MPL-2.0 - Last pushed - 10 stars - 1 forks
uber/terraform
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
Go - MPL-2.0 - Last pushed - 9 stars - 2 forks

Something wrong with this page? Make a suggestion

Last synced: 2024-08-29 10:57:13 UTC

Login to resync this repository