Skip to content

Commit d895f66

Browse files
committed
terraform stuff
1 parent 6dd1cdf commit d895f66

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

infrastructure/terraform/hub/variables.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -256,16 +256,6 @@ variable "tags" {
256256
default = {}
257257
}
258258

259-
variable "law" {
260-
description = "Configuration of the Log Analytics Workspace"
261-
type = object({
262-
name = optional(string, "hub")
263-
export_enabled = optional(bool, false)
264-
law_sku = optional(string, "PerGB2018")
265-
retention_days = optional(number, 30)
266-
export_table_names = optional(list(string))
267-
})
268-
}
269259

270260
variable "virtual_desktop_group_active" {
271261
description = <<-EOT

0 commit comments

Comments
 (0)