CI/CD for Infrastructure
CI/CD (Continuous Integration, Continuous Delivery) is the practice of frequently deploying software to environments using automated deployments. Organisations use CI/CD to deploy application updates but they can also use CI/CD to deploy infrastructure updates. In this post, we will use Terraform and Azure DevOps to build a CI/CD pipeline which will deploy infrastructure updates to […]