We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd1cdf commit d895f66Copy full SHA for d895f66
1 file changed
infrastructure/terraform/hub/variables.tf
@@ -256,16 +256,6 @@ variable "tags" {
256
default = {}
257
}
258
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
-}
269
270
variable "virtual_desktop_group_active" {
271
description = <<-EOT
0 commit comments