Skip to content

Commit

Permalink
chore: πŸ€– bump monitoring (#3621)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria authored Dec 13, 2024
1 parent 5d738e2 commit 8d997ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ module "logging" {
}

module "monitoring" {
source = "github.com/ministryofjustice/cloud-platform-terraform-monitoring?ref=3.17.5"
source = "github.com/ministryofjustice/cloud-platform-terraform-monitoring?ref=3.17.7"

alertmanager_slack_receivers = local.enable_alerts ? var.alertmanager_slack_receivers : [{ severity = "dummy", webhook = "https://dummy.slack.com", channel = "#dummy-alarms" }]
pagerduty_config = local.enable_alerts ? var.pagerduty_config : "dummy"
Expand Down

0 comments on commit 8d997ef

Please sign in to comment.