CI/CD pipelines are a core aspect of modern software development delivery automation. We’ll examine how to use Terraform to reap the benefits of pipeline as code.
Introduction Terraform Provider This post talks about the reasoning behind the project terraform-provider-teamcity. We’ll be looking on how to apply pipelines as code for Jetbrains’ TeamCity CI server using Terraform.
Why Pipelines as Code? Nowadays, Continuous Integration is a common practice for most software development workflows. The idea of having code being managed, tested and deployed from a central location is mainstream enough that most can take it for granted.