Skip to main content

2 posts tagged with "Infrastructure"

View All Tags

Pure Terraform modules

· 6 min read
Arthur Busser
Site Reliability Engineer

As our infrastructure scales, our Terraform codebase grows. To remain productive, we need to keep our code flexible and extendable. A design pattern we find useful is the pure Terraform module. Let's dive into what it is and how it helps us write maintainable Terraform code.