How to build reusable, composable, battle tested Terraform modules
Listen up, developers. You are not special. Your infrastructure is not a beautiful and unique snowflake. You have the same tech debt as everyone else. So why are you reinventing the wheel? Why are you building the same infrastructure, from scratch, over and over again?
This is a talk about a better way to build and manage infrastructure: Terraform Modules. Yevgeniy Brikman, author of Terraform: Up & Running will walk you through how to:
Capture solutions to infrastructure problems as code using Terraform
Package that infrastructure code into reusable, composable Terraform Modules
Design clean and flexible module APIs
Evolve your infrastructure with semantically versioned modules
Create automated tests for your modules
Combine multiple modules to build an entire end-to-end tech stack in minutes