Skip to content

Commit

Permalink
added allarm for ram availability
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiybozhykntt committed Nov 12, 2024
1 parent 9739643 commit 2558632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/06_domains/cittadini-app/12_alert.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "azurerm_monitor_metric_alert" "CPUClusterUsage" {
tags = var.tags
}

resource "azurerm_monitor_metric_alert" "RAMClusterUsage" {
resource "azurerm_monitor_metric_alert" "ram_cluster_usage" {
count = var.alert_enabled ? 1 : 0

name = "${local.project}-RAM-cluster-usage"
Expand Down

0 comments on commit 2558632

Please sign in to comment.