top of page
Terraform


How We Automated Infrastructure Provisioning for Testing Environments
One of the biggest challenges in large-scale testing environments is the time it takes to prepare infrastructure. Manual setup often leads to inconsistencies, delays, and difficulty reproducing environments. Recently, we worked on automating the provisioning of testing infrastructure to support parallel testing and improve reliability. Here’s what we implemented: 🔹 Infrastructure as Code (IaC) We automated VM provisioning using infrastructure pipelines, ensuring every enviro
Rajamohan Rajendran
1 day ago1 min read


Run Terraform from your laptop (Test env) with remotestate in Azure Storage — the modular way
Goal: From your local machine, deploy to a test environment using Terraform modules, with state stored safely in Azure Blob Storage....
Rajamohan Rajendran
Sep 6, 20255 min read
bottom of page
