We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40be05d + d0a2935 commit b5c65cfCopy full SHA for b5c65cf
1 file changed
variables.tf
@@ -148,7 +148,7 @@ EOT
148
variable "clusters" {
149
type = set(object({
150
cluster_name = string
151
- spark_version = optional(string, "11.3.x-scala2.12")
+ spark_version = optional(string, "13.3.x-scala2.12")
152
spark_conf = optional(map(any), {})
153
cluster_conf_passthrought = optional(bool, false)
154
spark_env_vars = optional(map(any), {})
0 commit comments