Azure devops 使用 terraform 创建发布管道

Azure devops release pipeline creation using terraform

我必须使用 terraform 在 azure devops 中创建发布管道。我能够使用 terraform 在 azure devops 中创建构建管道,但对于发布管道,我没有获得任何资源。任何人都可以帮助我吗?有什么方法可以在 azure devops 中使用 terraform 创建发布管道。

你看到这个说明了吗? https://azuredevopslabs.com/labs/vstsextend/terraform/

我知道 Terraform 有两个阶段: terraform 计划和 terraform 应用

在我看来你错过了练习 3 中很好地介绍的 terraform 应用阶段

目前 Azure DevOps 的 Terraform 提供程序不支持发布管道。有一个添加此功能的 PR,但它是 WIP 并且尚未合并:https://github.com/microsoft/terraform-provider-azuredevops/pull/178