Skip to content

Commit

Permalink
fix: Add more tags for single node (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayengee authored May 2, 2024
1 parent 181542a commit a71d74c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions databricks-default-cluster-policies/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -462,16 +462,15 @@ module "single_node_cluster_policy" {
"defaultValue": "STANDARD",
"hidden": false
},
"autoscale.max_workers" : {
"type" : "fixed",
"value" : 0,
"hidden" : true
},
"autoscale.min_workers" : {
"type" : "fixed",
"value" : 0,
"hidden" : true
},
"spark_conf.spark.databricks.cluster.profile":{
"type":"fixed",
"value":"singleNode",
"hidden":true
},
"num_workers":{
"type":"range",
"maxValue":0
}
"data_security_mode" : {
"type" : "whitelist",
"values" : [
Expand Down

0 comments on commit a71d74c

Please sign in to comment.