Skip to content

Commit

Permalink
Bump monitoring to 2.10.7 (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy authored Nov 3, 2023
1 parent 42c67d1 commit 6b756a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ module "logging" {
}

module "monitoring" {
source = "github.com/ministryofjustice/cloud-platform-terraform-monitoring?ref=2.10.6"
source = "github.com/ministryofjustice/cloud-platform-terraform-monitoring?ref=2.10.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 6b756a6

Please sign in to comment.