Skip to content

Commit

Permalink
Rm the notification for the actual bugdet spend
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Jul 23, 2024
1 parent 8b8d39d commit 3883b92
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions terraform/azure/budget-alerts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,4 @@ resource "azurerm_consumption_budget_resource_group" "budget" {
"support+budget-forcasted-${var.resourcegroup_name}@2i2c.org",
]
}

notification {
enabled = var.budget_alert_enabled ? true : false
threshold = 120
operator = "GreaterThanOrEqualTo"
threshold_type = "Actual"

contact_emails = [
"support+budget-actual-${var.resourcegroup_name}@2i2c.org"
]
}
}

0 comments on commit 3883b92

Please sign in to comment.