Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pluckyswan committed Oct 23, 2024
1 parent e80c2bb commit 8d66c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operations/template/alert.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ resource "azurerm_monitor_scheduled_query_rules_alert" "database_token_expired_a
auto_mitigation_enabled = true

trigger {
operator= "GreaterThan"
operator = "GreaterThan"
threshold = 1
}

Expand Down Expand Up @@ -255,4 +255,4 @@ resource "azurerm_monitor_scheduled_query_rules_alert" "ti-log-errors-alert" {
tags["zone"]
]
}
}
}

0 comments on commit 8d66c8f

Please sign in to comment.