Skip to content

Commit b5c65cf

Browse files
authored
Merge pull request #40 from data-platform-hq/update-default-databricks-runtime-version
fix: updated default databrick runtime version
2 parents 40be05d + d0a2935 commit b5c65cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ EOT
148148
variable "clusters" {
149149
type = set(object({
150150
cluster_name = string
151-
spark_version = optional(string, "11.3.x-scala2.12")
151+
spark_version = optional(string, "13.3.x-scala2.12")
152152
spark_conf = optional(map(any), {})
153153
cluster_conf_passthrought = optional(bool, false)
154154
spark_env_vars = optional(map(any), {})

0 commit comments

Comments
 (0)