by Kammerdiener | Dec 12, 2023 | Blog, Product Review
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...
by Kammerdiener | Oct 18, 2023 | Blog
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....
by Kammerdiener | Sep 20, 2023 | Blog
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...