diff --git a/azure-budget.tf b/azure-budget.tf index 9e25dbb..513f366 100644 --- a/azure-budget.tf +++ b/azure-budget.tf @@ -9,7 +9,7 @@ resource "azurerm_consumption_budget_subscription" "subscription-budget" { notification { - enabled = enabled + enabled = true threshold = 85.0 operator = "GreaterThan" threshold_type = "Forecasted"