From a02f2f6932fc408676017b22080a5c21cba72c75 Mon Sep 17 00:00:00 2001 From: Jason Ng Date: Tue, 31 Oct 2023 16:10:56 -0700 Subject: [PATCH] fix: remove unused databricks-workspace-e2 variable --- databricks-workspace-e2/variables.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/databricks-workspace-e2/variables.tf b/databricks-workspace-e2/variables.tf index 7eb3f9d2..d74bfb5c 100644 --- a/databricks-workspace-e2/variables.tf +++ b/databricks-workspace-e2/variables.tf @@ -51,11 +51,6 @@ variable "object_ownership" { } } -variable "audit_log_bucket_name" { - type = string - description = "Name of bucket to write cluster logs to - also where the audit logs go, too" -} - variable "workspace_name_override" { type = string default = null