From 25b08592cb0bf1f925f94622470bf0832d4b7f2b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:12:17 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- terraform/azure/pagerduty.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/azure/pagerduty.tf b/terraform/azure/pagerduty.tf index 9af96425a..67f135c64 100644 --- a/terraform/azure/pagerduty.tf +++ b/terraform/azure/pagerduty.tf @@ -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"