Skip to content

Commit

Permalink
minor - moving webhook resource and data_source to new terraform fram… (
Browse files Browse the repository at this point in the history
#170)

* minor - moving webhook resource and data_source to new terraform framwork and to grpc endpoint
  • Loading branch information
OrNovo authored Nov 9, 2023
1 parent 63a3c44 commit 267aded
Show file tree
Hide file tree
Showing 20 changed files with 5,420 additions and 1,079 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,10 @@ Release 1.8.11
New Features:
#### resource/coralogix_dashboard
* Adding support for `markdown` and `horizonal_bar_chart` widgets.
* Adding support for `color_scheme` and `sort_by` for `bar_chart`.
* Adding support for `color_scheme` and `sort_by` for `bar_chart`.

Release 1.9.0
Breaking Changes:
#### resource/coralogix_webhook
* All webhook types changed from `TypeList` to `SingleNestedAttribute` e.g. - `slack { }` => `slack = { }`.
* Linkage between webhook and alert was changed from webhook's `id` to webhook's `external_id`. e.g.- `integration_id = coralogix_webhook.slack_webhook.id` => `integration_id = coralogix_webhook.slack_webhook.external_id`
182 changes: 182 additions & 0 deletions coralogix/clientset/grpc/webhooks/audit_log.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 267aded

Please sign in to comment.