Skip to content

Commit

Permalink
Update modules/azure/storage_account_public/main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: tom-reinders <[email protected]>
  • Loading branch information
ArtiomMatiom and tom-reinders authored Jul 9, 2024
1 parent ee954b7 commit a9f2661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/azure/storage_account_public/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a9f2661

Please sign in to comment.