resource "grafana_contact_point" "this" { name = var.contact_point_name disable_provenance = var.disable_provenance webhook { url = "${var.webhook_url}?apiKey=${var.opsgenie_api_key}" http_method = var.http_method } }