Terraform Optional Object Type AttributesIf you read my previous posts, you already know that I am big fan of using for_each and object variables when I'm building my modules. For quite some time, I've been waiting for a particular feature to exit beta and this is the optional object type a...Nov 13, 2022·4 min read
Building reusable Terraform Modules — Part 2In the first part, I’ve talked about the best practices and I’ve shown a glimpse on how things can be done. Right now, I want to focus on building two simple modules from scratch and showing you how easy they can work together. I am going to build: ...Aug 31, 2022·12 min read
Building reusable Terraform ModulesTerraform has become an industry standard when it comes to creating, changing, improving or deleting infrastructure. In order to build reusable Terraform modules that can be easily leveraged to achieve almost any architecture, I believe that at least...Aug 28, 2022·7 min read