Skip to content

Commit d0a2935

Browse files
authored
fix: updated default databrick runtime version
1 parent 40be05d commit d0a2935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
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)