fix enabled value of azure subscription budget notification
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2022-05-17 19:16:11 +02:00
parent 06eab4a490
commit 09ee3d40f0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ resource "azurerm_consumption_budget_subscription" "subscription-budget" {
notification {
enabled = enabled
enabled = true
threshold = 85.0
operator = "GreaterThan"
threshold_type = "Forecasted"