Skip to content

Commit b67aef6

Browse files
add zendesk on-call integration types (#1903)
1 parent cccb4ce commit b67aef6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/resources/oncall_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ resource "grafana_oncall_integration" "integration_with_templates" {
5151

5252
- `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))
5353
- `name` (String) The name of the service integration.
54-
- `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.
54+
- `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.
5555

5656
### Optional
5757

internal/resources/oncall/resource_integration.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ var integrationTypes = []string{
4141
"inbound_email",
4242
"direct_paging",
4343
"jira",
44+
"zendesk",
4445
}
4546

4647
var integrationTypesVerbal = strings.Join(integrationTypes, ", ")

0 commit comments

Comments
 (0)