Using an Azure DevOps Service Connection to Authenticate from a Terraform local-exec Provisioner
At my current job, we use Terraform to define Azure infrastructure as code and Azure DevOps pipelines to deploy it. The Azure Provider for Terraform is quite robust and can probably do 95% or more of whatever we need to configure in Azure, but what a...