grafana_oncall_outgoing_webhook (Resource)

Example Usage

resource "grafana_oncall_outgoing_webhook" "test-acc-outgoing_webhook" {
  provider = grafana.oncall
  name     = "my outgoing webhook"
  url      = "https://example.com/"
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

terraform import grafana_oncall_outgoing_webhook.name "{{ id }}"