Keeping it DRY with your Terraform code

Поділитися
Вставка
  • Опубліковано 6 жов 2024
  • Sören Martius from Terramate 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.
    In this presentation Sören covers:
    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.
    For more events, check out Platform engineering meetup network here www.meetup.com...

КОМЕНТАРІ • 2

  • @carlo-sacchi
    @carlo-sacchi 8 місяців тому

    Great Video! A question: in a multi-workload environment, how do you suggest to organize tf file, modules, trying to reuse all the conde that we can?

  • @abtris
    @abtris 8 місяців тому

    Great talk, make follow up!