You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_cluster_policy_id"></a> [cluster\_policy\_id](#input\_cluster\_policy\_id)| Exiting cluster policy id |`string`|`null`| no |
412
413
| <aname="input_create_group"></a> [create\_group](#input\_create\_group)| Create a new group, if group already exists the deployment will fail. |`bool`|`false`| no |
413
414
| <aname="input_create_user"></a> [create\_user](#input\_create\_user)| Create a new user, if user already exists the deployment will fail. |`bool`|`false`| no |
415
+
| <aname="input_custom_tags"></a> [custom\_tags](#input\_custom\_tags)| Extra custom tags |`any`|`null`| no |
| <aname="input_dapi_token_duration"></a> [dapi\_token\_duration](#input\_dapi\_token\_duration)| databricks dapi token duration |`number`|`3600`| no |
416
418
| <aname="input_databricks_secret_key"></a> [databricks\_secret\_key](#input\_databricks\_secret\_key)| databricks token type |`string`|`"token"`| no |
417
419
| <aname="input_databricks_username"></a> [databricks\_username](#input\_databricks\_username)| User allowed to access the platform. |`string`|`""`| no |
418
420
| <aname="input_deploy_cluster"></a> [deploy\_cluster](#input\_deploy\_cluster)| feature flag, true or false |`bool`|`false`| no |
419
421
| <aname="input_deploy_cluster_policy"></a> [deploy\_cluster\_policy](#input\_deploy\_cluster\_policy)| feature flag, true or false |`bool`|`false`| no |
420
422
| <aname="input_deploy_driver_instance_pool"></a> [deploy\_driver\_instance\_pool](#input\_deploy\_driver\_instance\_pool)| Driver instance pool |`bool`|`false`| no |
423
+
| <aname="input_deploy_job_cluster"></a> [deploy\_job\_cluster](#input\_deploy\_job\_cluster)| feature flag, true or false |`bool`|`false`| no |
421
424
| <aname="input_deploy_jobs"></a> [deploy\_jobs](#input\_deploy\_jobs)| feature flag, true or false |`bool`|`false`| no |
422
425
| <aname="input_deploy_worker_instance_pool"></a> [deploy\_worker\_instance\_pool](#input\_deploy\_worker\_instance\_pool)| Worker instance pool |`bool`|`false`| no |
423
426
| <aname="input_driver_node_type_id"></a> [driver\_node\_type\_id](#input\_driver\_node\_type\_id)| The node type of the Spark driver. This field is optional; if unset, API will set the driver node type to the same value as node\_type\_id. |`string`|`null`| no |
424
427
| <aname="input_email_notifications"></a> [email\_notifications](#input\_email\_notifications)| Email notification block. |`any`|`null`| no |
425
-
| <aname="input_existing_cluster"></a> [existing\_cluster](#input\_existing\_cluster)| Existing job cluster |`bool`|`false`| no |
426
428
| <aname="input_fixed_value"></a> [fixed\_value](#input\_fixed\_value)| Number of nodes in the cluster. |`number`|`0`| no |
427
429
| <aname="input_gb_per_core"></a> [gb\_per\_core](#input\_gb\_per\_core)| Number of gigabytes per core available on instance. Conflicts with min\_memory\_gb. Defaults to 0. |`string`|`0`| no |
428
430
| <aname="input_gpu"></a> [gpu](#input\_gpu)| GPU required or not. |`bool`|`false`| no |
@@ -468,6 +470,7 @@ No modules.
468
470
| Name | Description |
469
471
|------|-------------|
470
472
| <aname="output_cluster_id"></a> [cluster\_id](#output\_cluster\_id)| databricks cluster id |
473
+
| <aname="output_cluster_name"></a> [cluster\_name](#output\_cluster\_name)| databricks cluster name |
0 commit comments