The DevOps Jedi

Taking the cloud by storm one line of code at a time....

Terraform Lessons Learnt

In my previous post I explained why I chose Terraform as my IaC tool. In this series of posts I want to look at how I use Terraform and how I structure the code in a way to maximise the benefits of a declarative configuration.

Table of Contents

  1. How I Structure Terraform Folders & Apply Naming Standards
  2. What I Include In Every Terraform Configuration
  3. How I Keep Terraform Simple
  4. Use Of Terraform Child Modules
  5. How I Minimise Terraform Admin Effort & Manage The Constant Change
  6. How I Protect Secrets In Terraform Configurations