- Azure DevOps
- Terraform
In this series of tutorial you will discover how to setup your Azure DevOps projects with Terraform. The goal is to save you time when configuring a new project inside Azure DevOps and to keep consistency between your projects.
To be able to do this series entirely you will need:
Here is a little diagram of what we want to achieve:
The Terraform scripts will define everything you need inside Azure DevOps such as:
This will help you to automatically generate the same base configuration for all your projects and to keep consistency. Which is important because:
To achieve this we will use the official Microsoft/azuredevops Terraform provider. All the code source for each part will be available on GitHub.
Below you can find the list of the topics for this series: