Tag: HCL

Community

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…

Mar 31, 2025 2 min read
DevOps

Terraform Workflow Process Explained

HashiCorp Terraform, an open-source Infrastructure as Code (IaC) tool, enables easier infrastructure provisioning and management across all types of platforms. At the heart of Terraform’s…

Nov 13, 2023 6 min read
HashiCorp Terraform

Terraform Configuration: Overview of HCL Syntax

HashiCorp Terraform is an open-source infrastructure as code (IaC) tool that enables organizations to manage, version, and automate the provisioning of their infrastructure. The purpose…

Feb 3, 2023 16 min read
Azure Management

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.

Jan 30, 2023 25 min read
HashiCorp Terraform

Terraform: Overview of Azure Providers and Tools

HashiCorp Terraform is a great Infrastructure as Code (IaC) tool that helps you deploy and manage IT Resources using declarative code written in HCL (HashiCorp…

Aug 1, 2022 4 min read
DevOps

Terraform: Create an AKS Cluster

While there are several ways to host container workloads in Azure, Azure Kubernetes Service (AKS) provides the easiest way to deploy Kubernetes for teams needing…

Nov 3, 2020 15 min read