Terraform Provider Functions

Have you ever wished for a function to exist in Terraform but it simply wasn't there? Fret no more! Terraform 1.8 was released last week and includes the general availability of Provider Functions. This feature allows you to write your own functions in Go and use them in your Terraform configuration. This is a game … Continue reading Terraform Provider Functions

Insertion Sort in Go

Recently, I have been diving into the internals of Terraform and some of the providers as I look at terraform-policymaker, as it only makes empty policy definitions and it may be an issue with the significant revisions on the AWS provider since its last update. This means, while becoming more familiar with Go, it is … Continue reading Insertion Sort in Go