mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Change staging feed channel
This commit is contained in:
@@ -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" {
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user