slide

Hashicorp

hashicorp

HashiConf 2024 Wrap-Up

As I write this, I’m on my way home from HashiConf 2024, hosted in the great city of Boston. This year’s HashiConf was the 10th of its kind and the first to be hosted …

Ned Bellavance 16 min read
hashicorp

What's New in the AzureRM Provider Version 4?

Major version 4.x of the AzureRM provider was just released! What’s new, what’s different, and what do you need to know? That’s what I’m going to cover in …

Ned Bellavance 9 min read
hashicorp

Debugging the AzureRM Provider with VSCode

Recently I’ve been learning Go and applying it to technologies that I work on everyday, like Terraform. For instance, check out my Terrahash CLI tool for validating modules. …

Ned Bellavance 5 min read
hashicorp

State Encryption with OpenTofu

Wondering how to encrypt your state data using OpenTofu? Then this is the post for you! If you’d prefer your information in video format, check out the Terraform Tuesday …

Ned Bellavance 17 min read
hashicorp

Migrating to OpenTofu

Are you thinking about migrating from Terraform to OpenTofu? What are the possible benefits? What are the drawbacks? And can you migrate back? I’ll try to answer those …

Ned Bellavance 15 min read
hashicorp

Using Provider Defined Functions in Terraform

Have you ever wished there were custom functions in Terraform? Well now there are! Sort of. Let me explain. If you’d prefer your information in video format, check out the …

Ned Bellavance 6 min read
hashicorp

Variable Validation Improvements in Terraform 1.9

The release of Terraform 1.9 brings with it a welcome improvement regarding input variable validation. In this post I’ll review the change in functionality and provide a few …

Ned Bellavance 8 min read
hashicorp

Using Azure Container Instances for an Azure DevOps Self-hosted Agent

When you create a new organization in Azure DevOps, you’ll quickly discover you’re not able to run any pipeline jobs using Microsoft-hosted agents. In fact, if you kick …

Ned Bellavance 6 min read
hashicorp

Creating Your First Terraform Repository

Terraform is an infrastructure as code tool. The key term here being code. And where do you store your code? In a version control system like GitHub! I recently published a video …

Ned Bellavance 9 min read