Skip to content

Commit

Permalink
CC-2067: Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgovuk committed Sep 25, 2023
1 parent d88c012 commit d69cd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/ccms-ebs/ccms-ec2-oracle_ebs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ module "cw-ebs-ec2" {
}

# Disk Free Alarm for EBSDB /dbf mount
resource "aws_cloudwatch_metric_alarm" "disk_free_dbf" {
resource "aws_cloudwatch_metric_alarm" "disk_free_ebsdb_dbf" {
alarm_name = "${local.application_data.accounts[local.environment].short_env}-EBSDB-disk_free_DBF"
alarm_description = "This metric monitors the amount of free disk space on dbf mount. If the amount of free disk space on root falls below 20% for 2 minutes, the alarm will trigger"
comparison_operator = "GreaterThanOrEqualToThreshold"
Expand Down

0 comments on commit d69cd81

Please sign in to comment.