fix enabled value of azure subscription budget notification
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
06eab4a490
commit
09ee3d40f0
@ -9,7 +9,7 @@ resource "azurerm_consumption_budget_subscription" "subscription-budget" {
|
|||||||
|
|
||||||
|
|
||||||
notification {
|
notification {
|
||||||
enabled = enabled
|
enabled = true
|
||||||
threshold = 85.0
|
threshold = 85.0
|
||||||
operator = "GreaterThan"
|
operator = "GreaterThan"
|
||||||
threshold_type = "Forecasted"
|
threshold_type = "Forecasted"
|
||||||
|
Reference in New Issue
Block a user