// Topics / Infrastructure as Code
Infrastructure as Code
7 entries tagged “Infrastructure as Code”
- Infrastructure as Code Patterns That Actually Scale
· 6 min
Practical Terraform patterns for teams that have outgrown the tutorial stage: module design, state management, environment promotion, and policy enforcement.
infrastructure-as-code
devops
cloud
Terraform at Scale: What Changed Since 2019
· 6 min
Two years ago I wrote about Terraform patterns for growing teams. Here's what held up, what broke, and what I do differently now.
infrastructure-as-code
devops
cloud
Comparing Infrastructure Testing Approaches: What Actually Catches Bugs
· 6 min
I tested Terraform modules with unit checks, policy engines, and full integration runs side by side. Here's what each approach actually catches and what it misses.
infrastructure
testing
infrastructure-as-code
Your Terraform Monolith Will Break. Here's How to Fix It Before It Does.
· 6 min
Lessons from splitting a 4000-resource Terraform state into something teams can work with: state layout, module boundaries, and workflow discipline.
infrastructure-as-code
infrastructure
devops
IaC Patterns That Actually Work
· 4 min
Opinionated Terraform patterns from the fintech startup: repo layout, modules, state management, and what burns you if you ignore it.
infrastructure
infrastructure-as-code
devops
Why I Moved Our Infrastructure to Terraform
· 6 min
We moved from console-driven, script-heavy infrastructure to Terraform so changes are reviewed, reproducible, and recoverable from code.
infrastructure-as-code
devops
cloud
Ansible Won Because It's the Simplest
· 2 min
I used all three. Ansible required the least ceremony. That's the whole argument.
infrastructure-as-code
devops
infrastructure