Introduction
While deploying your same terraform code manually multiple times you must have got through the thoughts:
- If we can automate the whole deployment process and replace the whole tedious process with few clicks.
- If we can dynamically change the values of terraform.tfvars.
- If we can restrict the regions of deployments.
- If we can limit our VM types to maintain better cost optimization.
In this article, we will touch upon these problems and try to resolve them in a way that the same concepts can also be applied to similar requirements. Continue reading “Deploying Terraform IAC Using Azure DevOps Runtime Parameters”