IaC with Terraform and Azure DevOps, Part 2: Pipeline Templates and Linting

Jack Morris
ITNEXT
Published in
3 min readJun 8, 2020

--

This is part 2 of a series on Terraform, Azure DevOps, and managing your infrastructure with code. See part 1 here.

Photo by Cristina Gavrila on Unsplash

In the last post in this series, we covered the basics of creating a YAML pipeline in Azure DevOps to run Terraform. Our aim is to manage our infrastructure as code, and to that aim we want our pipelines — which deploy…

--

--