Skip to content

Commit

Permalink
add zendesk on-call integration types
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-melville-coman-oxa authored Nov 12, 2024
1 parent 1d29496 commit 688a52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/oncall_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "grafana_oncall_integration" "integration_with_templates" {

- `default_route` (Block List, Min: 1, Max: 1) The Default route for all alerts from the given integration (see [below for nested schema](#nestedblock--default_route))
- `name` (String) The name of the service integration.
- `type` (String) The type of integration. Can be grafana, grafana_alerting, webhook, alertmanager, kapacitor, fabric, newrelic, datadog, pagerduty, pingdom, elastalert, amazon_sns, curler, sentry, formatted_webhook, heartbeat, demo, manual, stackdriver, uptimerobot, sentry_platform, zabbix, prtg, slack_channel, inbound_email, direct_paging, jira.
- `type` (String) The type of integration. Can be grafana, grafana_alerting, webhook, alertmanager, kapacitor, fabric, newrelic, datadog, pagerduty, pingdom, elastalert, amazon_sns, curler, sentry, formatted_webhook, heartbeat, demo, manual, stackdriver, uptimerobot, sentry_platform, zabbix, prtg, slack_channel, inbound_email, direct_paging, jira, zendesk.

### Optional

Expand Down
1 change: 1 addition & 0 deletions internal/resources/oncall/resource_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var integrationTypes = []string{
"inbound_email",
"direct_paging",
"jira",
"zendesk",
}

var integrationTypesVerbal = strings.Join(integrationTypes, ", ")
Expand Down

0 comments on commit 688a52d

Please sign in to comment.