Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ieuanb74 committed Sep 3, 2024
1 parent 97b8645 commit 41624c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_monitor.tf
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ resource "azurerm_monitor_data_collection_rule_association" "windows_vm_dcra" {

name = "vm-${var.virtual_machine_id}-dcra"
target_resource_id = var.virtual_machine_id
data_collection_rule_id = azurerm_monitor_data_collection_rule.linux_data_collection_rule.id
data_collection_rule_id = azurerm_monitor_data_collection_rule.windows_data_collection_rule.id
description = "Association between a windows VM and the appropriate data collection rule."
}

Expand Down

0 comments on commit 41624c2

Please sign in to comment.