terraform-provider-prismacloudcompute icon indicating copy to clipboard operation
terraform-provider-prismacloudcompute copied to clipboard

ft: Add slack alert profile

Open someone-stole-my-name opened this issue 1 year ago • 0 comments

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

  • New feature (non-breaking change which adds functionality)

Checklist

  • [x] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [x] I have added tests to cover my changes if appropriate.
  • [x] ~All new and existing tests passed.~ New tests pass, existing ones are broken 😢

someone-stole-my-name avatar Nov 07 '23 10:11 someone-stole-my-name