Skip to content

Commit ace52ef

Browse files
committed
style: format terraform
1 parent d5adb52 commit ace52ef

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

m365/terraform/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ locals {
1616
}
1717

1818
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
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
2424
local_authentication_enabled = true
2525

2626
lifecycle {

0 commit comments

Comments
 (0)