Presentation

Advanced Terraform techniques

This session covers advanced topics related to Terraform coding and code management that will help you and your organization create, utilize, maintain, manage, and optimize your Terraform codebase.

Learn how to utilize DRY programming concepts in your Terraform code. Through a combination of Terraform HCL constructs and GitHub techniques, your Terraform code can be modularized to support multiple deployments without duplicating code in each project. For the best results though, you should look to the private module registry.

Next, we will look at for_each and dynamic block constructs and how to define and dynamically create the data used in these constructs. By creating data-driven code, you will rarely change the foundational blocks of code and focus more on the data that is used by the code.

By utilizing Maps and converting your lists to Maps you can say goodbye the count parameter and benefit by being able to specifically reference an object by its key. Dynamically generating data by combining sets of data enables extreme flexibility in the way modules will consume the data to create and manage objects.

Wrapping up the session will be a focus on how to implement implicit dependencies and eliminate the need for explicit dependencies. “Implicit dependencies” here aligns to the dependency inversion explained on developer.hashicorp.com.

These are techniques I use regularly in my Terraform code to generate hundreds of Azure lab and training environments monthly.

More resources like this one

  • 2/3/2023
  • Case Study

Automating Multi-Cloud, Multi-Region Vault for Teams and Landing Zones

  • 2/1/2023
  • Case Study

Should My Team Really Need to Know Terraform?

  • 1/20/2023
  • Case Study

Packaging security in Terraform modules

  • 1/20/2023
  • Case Study

Adopting GitOps and the Cloud in a Regulated Industry