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.

Terraform + Azure Multi-Region Naming Convention across Azure Regions, Resources, and Terraform Modules

Terraform + Azure Multi-Region Naming Convention across Azure Regions, Resources, and Terraform Modules

Imagine this: your application goes down in a major Azure region outage. DNS traffic shifts to the secondary region as designed. Terraform kicks off to scale the backup environment. Everything should just seamlessly work… but it doesn’t. Why? Because names don’t...

What is the HashiCorp Ambassador Award?

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 committed to the spirit of open source and actively share their knowledge in HashiCorp products...

Get Started with Terraform on Azure

Get Started with Terraform on Azure

One of the technologies that has come around through the DevOps movement of increased communication and cooperation between the Development and Operations teams has been Infrastructure as Code (IaC). These are technologies that DevOps Engineers and Site Reliability Engineers (SREs) have been adopting to build the latest technique of infrastructure automation in the cloud. Microsoft Azure natively supports ARM Templates for implementing IaC, but that’s an Azure specific technology.