We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5adb52 commit ace52efCopy full SHA for ace52ef
1 file changed
m365/terraform/main.tf
@@ -16,11 +16,11 @@ locals {
16
}
17
18
resource "azurerm_log_analytics_workspace" "monitor_law" {
19
- name = "${local.name}-monitor-loganalytics"
20
- location = var.location
21
- resource_group_name = azurerm_resource_group.rg.name
22
- sku = "PerGB2018"
23
- retention_in_days = 90
+ name = "${local.name}-monitor-loganalytics"
+ location = var.location
+ resource_group_name = azurerm_resource_group.rg.name
+ sku = "PerGB2018"
+ retention_in_days = 90
24
local_authentication_enabled = true
25
26
lifecycle {
0 commit comments