Using Terraform Outputs in Azure DevOps
I’ve been working to get more familiar with both Terraform and Azure Devops recently and working on understanding how both can be used in ‘real world’ situations. One example I…
02/05/2021
In a previous post back in 2021, I described a method for getting Terraform outputs into Azure DevOps pipeline variables. I’ve been doing some work on Infrastructure as Code deployments in pipelines recently and have come across a much beter method. A recap of the previous method I used It…