Relative Content

Tag Archive for azure-devopsterraform

Terraform does not destroy the app registration of an Azure DevOps service endpoint

When creating a resource of type azuredevops_serviceendpoint_azurecr, it creates an app registration in entra.microsoft.com, but that app registration has no regular display name (just a bunch of characters), and more importantly, the app registration is not removed when running terraform destroy. Is there a way to use Terraform to specify the display name of the app registration? And can we make it so that the app registration is removed when the azuredevops_serviceendpoint_azurecr resource is removed?

Doubts during the pipeline creation

I am creating the pipeline in Azure DevOps with diffrent results and to diffrent errors I faced into.
I have several files in /test directory (main.tf, variables.tf and output.tf) which creates pubsub topic and subscription. I want Azure DevOps pipeline use to execute terraform init/plan and apply steps.