Skip to content

Commit

Permalink
Bump monitoring module for increase prometheus limits
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy committed Oct 18, 2023
1 parent 425c573 commit 9f0e265
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.2"
source = "github.com/ministryofjustice/cloud-platform-terraform-monitoring?ref=2.10.3"

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 9f0e265

Please sign in to comment.