slide

Hashicorp

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
hashicorp

Comparing OpenTofu and Terraform

[Last updated 2024-01-26] Terraform and OpenTofu are both IaC tools that share a common ancestry. OpenTofu was created when HashiCorp shifted the licensing of Terraform from …

Ned Bellavance 2 min read
hashicorp

Terraform Taint Is Bad, And Here's Why

The terraform taint command marks an existing resource in state data for replacement. On it’s surface, this seems like a useful feature. However, it’s actually a …

Ned Bellavance 8 min read
hashicorp

Terraform Cloud - Managing Your Workspaces with Projects

Guess what?! That thing I’ve been complaining about for the last 2 years is finally here! Terraform Cloud Projects! Before we get into exactly what they are, here’s a …

Ned Bellavance 8 min read
hashicorp

My HashiConf Global 2022 Experience

This post was sponsored by HashiCorp, see the bottom for more details Before we get into the announcements and the event, I want to pause for a moment and just acknowledge how …

Ned Bellavance 6 min read
hashicorp

What I'm Excited About At HashiConf Global 2022

This post was sponsored by HashiCorp, see the bottom for more details As I prepare for HashiConf Global in a couple weeks, I thought I would share the things that I am most excited …

Ned Bellavance 6 min read
hashicorp

Using the Moved Block in Terraform 1.1

The release of Terraform 1.1 has brought with it a new configuration block type called moved. This is a super-cool new block that helps with when you want to refactor your …

Ned Bellavance 11 min read
hashicorp

Mysterious missing "region" argument in Terraform

I’m working on my next course for Pluralsight, Implementing Terraform on AWS. I probably don’t need to explain what the course is about. Anyhow, I was trying to show …

Ned Bellavance 3 min read