Skip to content

Commit

Permalink
Merge pull request #965 from UKHSA-Internal/dependabot/terraform/terr…
Browse files Browse the repository at this point in the history
…aform/20-app/terraform-aws-modules/cloudwatch/aws-5.6.0

Bump terraform-aws-modules/cloudwatch/aws from 5.5.0 to 5.6.0 in /terraform/20-app
  • Loading branch information
A-Ashiq committed Sep 10, 2024
2 parents 63e00c8 + c3aad2f commit 595a37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/20-app/cloudwatch.alarms.aurora-db.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "cloudwatch_alarm_aurora_db_app" {
source = "terraform-aws-modules/cloudwatch/aws//modules/metric-alarm"
version = "5.5.0"
version = "5.6.0"
count = local.needs_alarms ? 1 : 0

alarm_name = "${local.prefix}-aurora-db-app"
Expand Down

0 comments on commit 595a37c

Please sign in to comment.