infra/modules/log/main.tf (7 lines of code) (raw):

resource "azurerm_log_analytics_workspace" "logs" { name = var.log_name location = var.location resource_group_name = var.resource_group_name sku = "PerGB2018" retention_in_days = 30 }