Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Intel Cloud Optimization Module - Azure Databricks

License

NotificationsYou must be signed in to change notification settings

intel/terraform-intel-azure-databricks-workspace

Intel Logo

Intel® Cloud Optimization Modules for Terraform

© Copyright 2025, Intel Corporation

Azure Databricks

The module can deploy an Intel Optimized Azure Databricks Workspace.

Learn more about optimizations :

Performance Data

Link

Link

Link

Usage

See examples folder for code ./examples/terraform-intel-azure-databricks/main.tf

Example of main.tf

# Provision Intel Cloud Optimization Modulemodule"module-example" {source="intel/azure-databricks-workspace/intel"resource_group_name=<"ENTER_YOUR_RESOURCE_GROUP_NAME">#Required. Enter an pre-existing resource group you want Azure Databricks Workspace to deploy indbx_workspace_name=<"NAME_YOUR_DATABRICKS_WORKSPACE">#Required. Enter a name for your Azure Databricks Workspace}

Run Terraform

terraform init  terraform planterraform apply

Note that this example may create resources. Runterraform destroy when you don't need these resources anymore.

Considerations

More Information regarding deployingAzure Databricks Workspace

More Information regarding deploying andManaging Databricks

Requirements

NameVersion
azurerm~> 3.48
databricks~> 1.14.2
random~> 3.4.3

Providers

NameVersion
azurerm~> 3.48
databricks~> 1.14.2
random~> 3.4.3

Modules

No modules.

Resources

NameType
azurerm_databricks_workspace.az-databricksresource
databricks_global_init_script.intel_optimized_scriptresource
random_string.namingresource
azurerm_resource_group.databricksdata source
azurerm_subnet.dbx-privatedata source
azurerm_subnet.dbx-publicdata source
azurerm_virtual_network.dbx-vnetdata source

Inputs

NameDescriptionTypeDefaultRequired
dbx_network_security_group_rules_requiredDoes the data plane (clusters) to control plane communication happen over private link endpoint only or publicly? Possible values AllRules, NoAzureDatabricksRules or NoAzureServiceRules. Required when public_network_access_enabled is set to false.string"AllRules"no
dbx_no_public_ipAre public IP Addresses not allowed? Possible values are true or false. Defaults to false.boolfalseno
dbx_private_subnetName of the private subnet in your virtual network for your Databricks worskpace. Required only if you like to use your own virtual network else it will be on a databricks networkstring""no
dbx_public_network_access_enabledAllow public access for accessing workspace. Set value to false to access workspace only via private link endpoint. Possible values include true or false. Defaults to true.booltrueno
dbx_public_subnetName of the public subnet in your virtual network for your Databricks worskpace. Required only if you like to use your own virtual network else it will be on a databricks networkstring""no
dbx_skuThe sku to use for the Databricks Workspace. Possible values are standard, premium, or trial.string"premium"no
dbx_vnetName of the virtual network for your Databricks worskpace. Required only if you like to use your own virtual network else it will be on a databricks networkstring""no
dbx_workspace_nameName of the databricks workspace that will be created.stringn/ayes
enable_intel_tagsIf true adds additional Intel tags to resourcesbooltrueno
intel_tagsIntel Tagsmap(string)
{
"intel-module": "terraform-intel-azure-databricks-workspace",
"intel-registry": "https://registry.terraform.io/namespaces/intel"
}
no
resource_group_nameExisting Resource Group where databricks reosurce will be created.stringn/ayes
tagsTags to apply to the Databricks Workspacemap(string){}no

Outputs

NameDescription
dbx_custom_parametersCustom parameter block of the databricks workspace
dbx_locationLocation of the databricks workspace
dbx_network_security_group_rules_requiredNSG outbound rules of the databricks workspace
dbx_public_network_access_enabledPublic Network access enabled of the databricks workspace
dbx_resource_group_nameName of the Resource group of databricks workspace
dbx_skuSku tier of the databricks workspace
dbx_workspace_nameName of the databricks workspace
dbx_workspace_urlURL of the databricks workspace

About

Intel Cloud Optimization Module - Azure Databricks

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors7

Languages


[8]ページ先頭

©2009-2025 Movatter.jp