Mastodon
Select Page
Terragrunt an Initial Take

Terragrunt an Initial Take

I have always been a massive fan of Terraform. It helps to smooth everything and help things keep moving well. However, I used to be a little bit against Terragrunt. I felt like it took something and abstracted it away. However, I have recently had the opportunity to...
To Terraform Module or not to Terraform Module

To Terraform Module or not to Terraform Module

So when starting to work with Terraform you very quickly learn about the idea of Modules. These can be fantastic things for wrapping complex operations you want to complete multiple times together. The problem is that you can almost go too far in on creating Modules....
Benefits of Terraform Modules

Benefits of Terraform Modules

So any DevOps engineer who has worked with Terraform for a while has heard of Modules. Generally, they are similar to a function in programming. You can have something that you need to do multiple times with maybe a slight variation of variables and you can just keep...