Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 12, 2024
1 parent 5550c0b commit 25b0859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/azure/pagerduty.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "azurerm_monitor_metric_alert" "disk_space_full_alert" {
scopes = [azurerm_storage_account.homes.id]
description = "Action will be triggered when used disk space is greater than ${local.storage_threshold} GB."

window_size = "PT1H" # Window to aggregate over: 1 Hour
window_size = "PT1H" # Window to aggregate over: 1 Hour

criteria {
metric_namespace = "Microsoft.Storage/storageAccounts"
Expand Down

0 comments on commit 25b0859

Please sign in to comment.