Search code examples
azureazure-devopsterraformterraform-provider-azurecicd

Azure devops release pipeline creation using terraform


I have to create release pipeline in azure devops using terraform. I am able to create build pipeline in azure devops using terraform but for release pipeline I am not getting any resource. Can anyone help me in this? Is there any way we can create release pipelines using terraform in azure devops.


Solution

  • Currently Terraform provider for Azure DevOps doesn't support release pipelines. There is a PR to add this functionality, but it's WIP and hasn't been merged yet: https://github.com/microsoft/terraform-provider-azuredevops/pull/178