Virtual
In-person
Keeping it DRY with your Terraform code
Join Tim Davis from Terramate as he explores breaking down large-state Terraform projects into stacks for faster execution, limiting blast radius, and writing less code to do the same amount of work. Discover the power of code generation to automate the creation of Terraform config files, minimizing maintenance efforts for backend, and provider definitions using the Don’t Repeat Yourself, or DRY methodology.
During this webinar you’ll learn:
- What DRY means and how it pertains to Terraform and other IaC frameworks.
- How to manage multiple stacks to keep state files smaller and more manageable
- How to update provider and backend configurations one time instead of multiple times.