From 7e83abd167c24154218d91250cb70df06aee1a21 Mon Sep 17 00:00:00 2001 From: Nelson Taveras <4562733+nvtaveras@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:48:36 -0400 Subject: [PATCH] docs: add victorops_webhook_url --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d42e03f..5b73adb 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,13 @@ A monorepo for our governance watchdog, a system that monitors Mento Governance This is necessary for Terraform to be able to create & destroy QuickAlerts as part of `terraform apply` +1. Get the VictorOps Webhook URL to your local `terraform.tfvars`. You can get it by going to VictorOps and clicking `Integrations` > `Stackdriver` and copying the URL. The routing key can be founder under the `Settings` tab: + + ```sh + # ./infra/terraform.tfvars + victorops_webhook_url = "/" + ``` + 1. Auto-generate a local `.env` file by running `npm run generate:env` ## Running and testing the Cloud Function locally