From a9f266118d20656ef958b51e5fce7d8ad093185c Mon Sep 17 00:00:00 2001 From: ArtiomMatiom <89966532+ArtiomMatiom@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:21:02 +0200 Subject: [PATCH] Update modules/azure/storage_account_public/main.tf Co-authored-by: tom-reinders --- modules/azure/storage_account_public/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/azure/storage_account_public/main.tf b/modules/azure/storage_account_public/main.tf index a801ca74..f25cf115 100644 --- a/modules/azure/storage_account_public/main.tf +++ b/modules/azure/storage_account_public/main.tf @@ -163,7 +163,7 @@ resource "azurerm_monitor_diagnostic_setting" "blob" { resource "azurerm_monitor_diagnostic_setting" "queue" { count = var.loganalytics_diagnostic_setting.workspace_id == null || var.loganalytics_diagnostic_setting.queue == null ? 0 : 1 - name = "diag-blob-${var.name}" + name = "diag-queue-${var.name}" target_resource_id = "${azurerm_storage_account.storage_account.id}/queueServices/default/" log_analytics_workspace_id = var.loganalytics_diagnostic_setting.workspace_id