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
The module can deploy an Intel Optimized Azure Databricks Workspace and Cluster. Instance Selection and Intel Optimizations have been defaulted in the code.
10
+
The module can deploy an Intel Optimized Azure Databricks Workspace.
11
11
12
12
**Learn more about optimizations :**
13
13
@@ -26,7 +26,7 @@ Example of main.tf
26
26
# Provision Intel Cloud Optimization Module
27
27
28
28
module "module-example" {
29
-
source = "intel/azure-databricks/intel"
29
+
source = "intel/azure-databricks-workspace/intel"
30
30
resource_group_name = <"ENTER_YOUR_RESOURCE_GROUP_NAME"> #Required. Enter an pre-existing resource group you want Azure Databricks Workspace to deploy in
31
31
dbx_workspace_name = <"NAME_YOUR_DATABRICKS_WORKSPACE"> #Required. Enter a name for your Azure Databricks Workspace
32
32
@@ -56,28 +56,27 @@ More Information regarding deploying and [Managing Databricks](https://registry.
|[azurerm_resource_group.databricks](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group)| data source |
83
82
|[azurerm_subnet.dbx-private](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet)| data source |
@@ -103,14 +102,6 @@ More Information regarding deploying and [Managing Databricks](https://registry.
103
102
104
103
| Name | Description |
105
104
|------|-------------|
106
-
| <aname="output_dbx_cluster_autoterminate_min"></a> [dbx\_cluster\_autoterminate\_min](#output\_dbx\_cluster\_autoterminate\_min)| Autoterminate minute of the databricks cluster |
| <aname="output_dbx_cluster_name"></a> [dbx\_cluster\_name](#output\_dbx\_cluster\_name)| Name of the databricks cluster |
109
-
| <aname="output_dbx_cluster_node_type_id"></a> [dbx\_cluster\_node\_type\_id](#output\_dbx\_cluster\_node\_type\_id)| Instance type of the databricks cluster |
110
-
| <aname="output_dbx_cluster_num_workers"></a> [dbx\_cluster\_num\_workers](#output\_dbx\_cluster\_num\_workers)| Num of workers nodes of the databricks cluster |
111
-
| <aname="output_dbx_cluster_runtime_engine"></a> [dbx\_cluster\_runtime\_engine](#output\_dbx\_cluster\_runtime\_engine)| Runtime Engine of the databricks cluster |
112
-
| <aname="output_dbx_cluster_spark_conf"></a> [dbx\_cluster\_spark\_conf](#output\_dbx\_cluster\_spark\_conf)| Spark Configurations of the databricks cluster |
113
-
| <aname="output_dbx_cluster_spark_version"></a> [dbx\_cluster\_spark\_version](#output\_dbx\_cluster\_spark\_version)| Spark version of the databricks cluster |
114
105
| <aname="output_dbx_custom_parameters"></a> [dbx\_custom\_parameters](#output\_dbx\_custom\_parameters)| Custom parameter block of the databricks workspace |
115
106
| <aname="output_dbx_location"></a> [dbx\_location](#output\_dbx\_location)| Location of the databricks workspace |
116
107
| <aname="output_dbx_network_security_group_rules_required"></a> [dbx\_network\_security\_group\_rules\_required](#output\_dbx\_network\_security\_group\_rules\_required)| NSG outbound rules of the databricks workspace |
0 commit comments