Configuring Azure Pipeline to Pull from Github Hosted Repository using GitHub App
We are currently using an Azure DevOps pipeline to trigger a terraform plan against an existing infrastructure. Within this pipeline during the terraform init stage, terraform will analyze the scripts and download modules from an external repository. During the initial…