Skip to content

Commit

Permalink
Merge pull request #40 from data-platform-hq/update-default-databrick…
Browse files Browse the repository at this point in the history
…s-runtime-version

fix: updated default databrick runtime version
  • Loading branch information
owlleg6 authored Nov 23, 2023
2 parents 40be05d + d0a2935 commit b5c65cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ EOT
variable "clusters" {
type = set(object({
cluster_name = string
spark_version = optional(string, "11.3.x-scala2.12")
spark_version = optional(string, "13.3.x-scala2.12")
spark_conf = optional(map(any), {})
cluster_conf_passthrought = optional(bool, false)
spark_env_vars = optional(map(any), {})
Expand Down

0 comments on commit b5c65cf

Please sign in to comment.