There’s a good chance you’re deploying your Azure infrastructure from your own machine. Maybe it’s Terraform. Maybe it’s working… most of the time.
But here’s the question I’d pose:
Are you still running terraform apply locally, or have you moved your infrastructure into a pipeline?
And more importantly, why?
Because while running Terraform locally might feel fast and flexible, it can quietly introduce a whole stack of problems that don’t show up until you start scaling.
Continue reading