File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ The main idea behind this module is to deploy resources for Databricks Workspace
88
99Here we provide some examples of how to provision it with a different options.
1010
11+ ### Example for Azure Cloud:
12+
1113### In example below, these features of given module would be covered:
12141 . Clusters (i.e., for Unity Catalog and Shared Autoscaling)
13152 . Workspace IP Access list creation
@@ -17,7 +19,6 @@ Here we provide some examples of how to provision it with a different options.
17196 . Create Cluster policy
18207 . Create an Azure Key Vault-backed secret scope
1921
20- ### Example for Azure Cloud:
2122``` hcl
2223# Prerequisite resources
2324
@@ -177,14 +178,15 @@ module "databricks_runtime_premium" {
177178
178179```
179180
181+ ### Example for AWS Cloud:
182+
180183### In example below, these features of given module would be covered:
1811841 . Clusters (i.e., for Unity Catalog and Shared Autoscaling)
1821852 . Workspace IP Access list creation
1831863 . Create Secret Scope and assign permissions to custom groups
1841874 . SQL Endpoint creation and configuration
1851885 . Create Cluster policy
186189
187- ### Example for AWS Cloud:
188190``` hcl
189191
190192# Prerequisite resources
You can’t perform that action at this time.
0 commit comments