diff --git a/databricks-workspace-e2/variables.tf b/databricks-workspace-e2/variables.tf index a1cea0fb..7eb3f9d2 100644 --- a/databricks-workspace-e2/variables.tf +++ b/databricks-workspace-e2/variables.tf @@ -53,7 +53,6 @@ variable "object_ownership" { variable "audit_log_bucket_name" { type = string - default = "czi-audit-logs" description = "Name of bucket to write cluster logs to - also where the audit logs go, too" }