Skip to content

Latest commit

 

History

History

azure-databricks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

databricks

Inputs

Name Description Type Default Required
budget_contact_emails Emails to notify when the budget is forecasted to be broken list(string) n/a yes
databricks_users List of users to add to the databricks workspace
list(object({
user_name = string
display_name = string
}))
n/a yes
instance Identifier for the application, workload or service string n/a yes
org_code Org code string n/a yes
tier The tier of the environment (e.g. test, prod) string n/a yes
databricks_sku_name The sku-name for the databricks workspace. This controls the sku-name that will be used for the databricks workspace.
sku-names vary across regions and offerings, run az databricks workspace list-skus -l [your region] -o table to see available options.
string "standard" no
tags Any tags that should be present on created resources. Will get merged with local.default_tags map(string) {} no

Outputs

Name Description
databricks_workspace_url The URL of the Databricks workspace

Modules

Name Source Version
base_setup ../../modules/azure/base-setup n/a
databricks_config ../../modules/databricks/initial_config n/a
databricks_workspace ../../modules/azure/databricks n/a
defaults ../../modules/skyvafnir/defaults n/a

Requirements

Name Version
terraform >= 1.1