Skip to content

Commit

Permalink
removed attribute from azurerm_log_analytics_workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
shanice-skylight committed Sep 5, 2024
1 parent 850cf59 commit fd4005a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ops/dev4/_data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ data "azurerm_key_vault_secret" "report_stream_exception_callback_token" {
data "azurerm_log_analytics_workspace" "log_analytics" {
name = "simple-report-log-workspace-global"
resource_group_name = data.azurerm_resource_group.rg_global.name
retention_in_days = 7
}

data "azurerm_application_insights" "app_insights" {
Expand Down

0 comments on commit fd4005a

Please sign in to comment.