This repository helps you to get started with Terraform on Azure using Azure Pipelines in proper way!
Feel free to clone or use as template
To run the scaffold you need:
- Azure subscription
- Azure DevOps organization and (empty) project
- Git client and IDE will be useful ;)
I tried to make it as simple as possible to properly run Terraform in Azure DevOps YAML pipeline.
-
Clone / Import the repo (preferably Azure Repos)
-
Setup Service connections to Azure Resource Manager using service principal authentication
-
Setup variables
-
(optional) add your Terraform files
-
Run
todo
todo