使用 terraform 的 DevOps 通知 [已关闭]

Devops notifications with terraform [closed]

提问人:Greencolor 提问时间:11/17/2023 最后编辑:Greencolor 更新时间:11/18/2023 访问量:39

问:


想改进这个问题吗?通过编辑这篇文章添加详细信息并澄清问题。

5天前关闭。

在“需要细节或清晰度”备注后进行编辑

是否可以使用 terraform 创建 Azure DevOps 通知?要创建团队并创建具有受支持订阅的通知,并分配该团队接收电子邮件?

我的目标是创建一些通知,例如,如果管道失败,专用团队将收到失败的电子邮件,或者在运行阶段批准等待时通知团队(例如,见下图),使用 terraform。enter image description here

Unlucklty 在此链接上找不到与此相关的任何内容。我错过了什么吗?

azure-devops terraform HashiCorp

评论


答:

1赞 Joe Niland 11/18/2023 #1

根据 https://github.com/microsoft/terraform-provider-azuredevops/issues/907,提供商目前似乎不支持此资源

在此期间,您可以尝试使用 local-exec provisioner 或 restapi 提供程序。