File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ module "application_insights" {
10
10
application_insights_name = " ${ local . prefix } -appi001"
11
11
application_insights_application_type = " other"
12
12
application_insights_log_analytics_workspace_id = var. log_analytics_workspace_id
13
- diagnostics_configurations = {} # local.diagnostics_configurations # Disabled to avoid duplicate logs in LAW and App Insights
13
+ diagnostics_configurations = [] # local.diagnostics_configurations # Disabled to avoid duplicate logs in LAW and App Insights
14
14
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module "storage_account" {
6
6
}
7
7
8
8
location = var. location
9
- resource_group_name = azurerm_resource_group. logging_rg . name
9
+ resource_group_name = azurerm_resource_group. app_rg . name
10
10
tags = var. tags
11
11
12
12
storage_account_name = replace (" ${ local . prefix } -stg001" , " -" , " " )
You can’t perform that action at this time.
0 commit comments