We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba5c0b commit e5be41eCopy full SHA for e5be41e
infrastructure/modules/storage/main.tf
@@ -140,7 +140,7 @@ module "diagnostic-settings-sa" {
140
source = "../diagnostic-settings"
141
142
name = "${azurerm_storage_account.storage_account.name}-diagnotic-setting-storage"
143
- target_resource_id = "${azurerm_storage_account.storage_account.id}/default"
+ target_resource_id = "${azurerm_storage_account.storage_account.id}"
144
log_analytics_workspace_id = var.log_analytics_workspace_id
145
enabled_log = var.monitor_diagnostic_setting_storage_account_enabled_logs
146
enabled_metric = var.monitor_diagnostic_setting_storage_account_metrics
0 commit comments