From 09ee3d40f0b1fed0e6d5399e93c606e90e00ef58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 17 May 2022 19:16:11 +0200 Subject: [PATCH] fix enabled value of azure subscription budget notification --- azure-budget.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"