We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a65ada commit 560fb75Copy full SHA for 560fb75
variables.tf
@@ -77,9 +77,9 @@ variable "iam_permissions" {
77
78
# Default Cluster and Cluster Policy variables
79
variable "default_cluster_id" {
80
- type = string
+ type = string
81
description = "Single value of default Cluster id created by 'databricks-runtime' module"
82
- default = ""
+ default = ""
83
}
84
85
variable "cluster_policies_object" {
0 commit comments