Demian Ginther
Demian Ginther's blog posts
Automating Terraform modules
On a recent project, my team identified the need to transition from a directory in our main DevOps repository that contains all of our Terraform modules to a discrete repository for each module.
Using feature flags and dynamic blocks in Terraform 0.12.x
With the advent of the new HCL 2 language in Terraform, I’ve been using the newly available methods to make the internal Terraform modules that my team has written more functional and less inter-dependent.