HashiCorp Terraform

HashiCorp Terraform is an Infrastructure as Code (IaC) tool to help you more reliably deploy and manage infrastructure deployments across one or more clouds, or even on-premise. As with all IaC tools, Terraform allows you to write code that is used to build, change, and version your infrastructure deployments in a reliable and efficient manner.

96 articles

Mar 31, 2025 2 min read

What is the HashiCorp Ambassador Award?

HashiCorp, the company behind Terraform, Consul, and Vault, has a community recognition award they call “HashiCorp Ambassador.” This award is given to individuals who have…

Aug 9, 2024 13 min read

Terraform Functions and Expressions Explained

Functions in HashiCorp Terraform are integral to making your configurations flexible, efficient, and maintainable. They are pre-defined operations that can be used within expressions to…

Aug 7, 2024 6 min read

Terraform vs OpenTofu: What’s the difference?

What’s the difference between HashiCorp’s Terraform and OpenTofu? This is a tale that starts with HashiCorp first developing Terraform, the popular open source, multi-cloud, Infrastructure…

Jul 31, 2024 19 min read

Using the Terraform ‘merge’ Function

One of the core strengths of Terraform is its rich set of built-in functions, which empower users to create flexible and reusable configurations. Among these…

Jun 26, 2024 6 min read

What is The HashiCorp Infrastructure Cloud?

The cloud is the standard for hosting applications and workloads. However, only a small percentage of organizations realize the full benefits such as cost reduction,…