Open someone-stole-my-name opened 1 year ago
Add support for Slack alert profiles
Currently, there's only support for raw webhook alerts in the provider but Prisma supports Slack webhooks too.
webhook
On our own tenant with TF_ACC=1 go test -v ./internal/provider/... -run TestAccAlertProfileWebhook.
TF_ACC=1 go test -v ./internal/provider/... -run TestAccAlertProfileWebhook
Description
Add support for Slack alert profiles
Motivation and Context
Currently, there's only support for raw
webhook
alerts in the provider but Prisma supports Slack webhooks too.How Has This Been Tested?
On our own tenant with
TF_ACC=1 go test -v ./internal/provider/... -run TestAccAlertProfileWebhook
.Types of changes
Checklist