PaloAltoNetworks / terraform-provider-prismacloudcompute

Terraform provider for Prisma Cloud Compute
https://registry.terraform.io/providers/PaloAltoNetworks/prismacloudcompute/latest
Mozilla Public License 2.0
24 stars 28 forks source link

prismacloudcompute_alertprofile is missing parameters #64

Closed aymericpineau closed 1 year ago

aymericpineau commented 2 years ago

Describe the bug

The "prismacloudcompute_alertprofile" Terraform resource is missing some parameters in the "alert_triggers" block.

Expected behavior

The PrismaCloudCompute Terraform Provider should be able to setup everything that is available in the GUI.

Current behavior

In the GUI (Compute > Manage/Alerts > Manage > "My alert Provider" > Triggers) the following parameters cannot be configured using "prismacloudcompute_alertprofile" Terraform resource:

maxboynton commented 1 year ago

Issue has been addressed in the v0.8.0 release (https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/71). Bare in mind, the alert profile resource is still only able to support webhook alerts, so only the triggers relevant to the configuration of webhooks should be specified.