Devops notifications with terraform

81 views Asked by At

EDIT after "Needs details or clarity" remark

Is it possible to create the Azure Devops Notifications with terraform? To create the team and create the notifications with supported subscriptions and assign that team to receive the emails?

My goal is to create some notifications, such as if pipeline fails dedicated team will receive the email that it has faild, or notifies the team when a run stage approval is pending on them ( see below image for example), using terraform. enter image description here

Unfortunelty could not find anything related to that on this link. Am i missing something?

1

There are 1 answers

0
Joe Niland On

It appears that this resource is currently unsupported by the provider according to https://github.com/microsoft/terraform-provider-azuredevops/issues/907

You could try using the local-exec provisioner or the restapi provider in the meantime.