Category: Terraform, Architecture, Hashicorp

Terraform is a modern staple in our diet of complex deployments and multi-cloud architectures with adoption increasing every day. Simply, it allows you to write a configuration file explaining all the infrastructure you need to set up for a solution and Terraform figures out how to put it together.

With an active developer community, you can use any number of providers that allow Terraform to provision across many systems.

Terraform is open-source software that can be readily downloaded and run on your servers or through HashiCorp’s commercial offering with Terraform Cloud.

Congratulations to the team at HashiCorp, contributors to the project, and developers of the many providers that make Terraform the powerful engine that it is!

Related Articles