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
8
8
9
9
Here we provide some examples of how to provision it with a different options.
10
10
11
+ ### Example for Azure Cloud:
12
+
11
13
### In example below, these features of given module would be covered:
12
14
1 . Clusters (i.e., for Unity Catalog and Shared Autoscaling)
13
15
2 . Workspace IP Access list creation
@@ -17,7 +19,6 @@ Here we provide some examples of how to provision it with a different options.
17
19
6 . Create Cluster policy
18
20
7 . Create an Azure Key Vault-backed secret scope
19
21
20
- ### Example for Azure Cloud:
21
22
``` hcl
22
23
# Prerequisite resources
23
24
@@ -177,14 +178,15 @@ module "databricks_runtime_premium" {
177
178
178
179
```
179
180
181
+ ### Example for AWS Cloud:
182
+
180
183
### In example below, these features of given module would be covered:
181
184
1 . Clusters (i.e., for Unity Catalog and Shared Autoscaling)
182
185
2 . Workspace IP Access list creation
183
186
3 . Create Secret Scope and assign permissions to custom groups
184
187
4 . SQL Endpoint creation and configuration
185
188
5 . Create Cluster policy
186
189
187
- ### Example for AWS Cloud:
188
190
``` hcl
189
191
190
192
# Prerequisite resources
You can’t perform that action at this time.
0 commit comments