Prashant Khandelwal

Prashant Khandelwal's .NET Blog

.NET programming and more

  • Rated2.2/ 5
  • Updated 10 Months Ago

Create Azure Resources Programmatically By Executing Terraform Commands in Go

Updated 1 Year Ago

Terraform is my go-to IAC tool for building my infrastructure in Azure. I usually use Azure DevOps pipeline to execute my terraform plan, but it would be nice to know if I can execute it programmatically or on request basis. Even on request basis you can trigger a CI/CD pipeline to provision the infrastructure but maybe it is too much for a simple project to have. One of the biggest pain points has been the authentication in command line tooling.
Read More