Change staging feed channel

This commit is contained in:
Andrew Dryga
2023-12-12 09:41:32 -06:00
parent 52b284abd9
commit f1e9715d79
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ variable "relay_token" {
variable "slack_alerts_channel" {
type = string
description = "Slack channel which will receive monitoring alerts"
default = "#alerts-infra"
default = "#feed-staging"
}
variable "slack_alerts_auth_token" {

View File

@@ -1,7 +1,7 @@
resource "google_monitoring_notification_channel" "slack" {
project = var.project_id
display_name = "Slack: #alerts-infra"
display_name = "Slack: ${var.slack_alerts_channel}"
type = "slack"
labels = {
@@ -333,7 +333,7 @@ resource "google_monitoring_alert_policy" "genservers_crash_policy" {
resource "google_monitoring_alert_policy" "production_db_access_policy" {
project = var.project_id
display_name = "Production DB Access"
display_name = "DB Access"
combiner = "OR"
notification_channels = [