Auto-Generating Terraform State Storage in Azure

Solving the Terraform Chicken and Egg Problem

In my latest Azure/Terraform post, I touched on how I solved the “Chicken and Egg” problem with Terraform: how you need cloud resources in order to store Terraform state, but you can’t use Terraform to generate those cloud resources. This post details the solution to that problem.

[Read More]