From 96ae2a36e4eaa309c41b125ebf3a35437ad36546 Mon Sep 17 00:00:00 2001 From: Jason Ng Date: Mon, 30 Oct 2023 16:18:08 -0700 Subject: [PATCH] remove default --- databricks-workspace-e2/variables.tf | 1 - 1 file changed, 1 deletion(-) 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" }