Skip to content

Commit 253358f

Browse files
MyroslavLevchykMyroslavLevchyk
authored andcommitted
upd
1 parent bfa6c22 commit 253358f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The main idea behind this module is to deploy resources for Databricks Workspace
88

99
Here 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:
1214
1. Clusters (i.e., for Unity Catalog and Shared Autoscaling)
1315
2. Workspace IP Access list creation
@@ -17,7 +19,6 @@ Here we provide some examples of how to provision it with a different options.
1719
6. Create Cluster policy
1820
7. 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:
181184
1. Clusters (i.e., for Unity Catalog and Shared Autoscaling)
182185
2. Workspace IP Access list creation
183186
3. Create Secret Scope and assign permissions to custom groups
184187
4. SQL Endpoint creation and configuration
185188
5. Create Cluster policy
186189

187-
### Example for AWS Cloud:
188190
```hcl
189191
190192
# Prerequisite resources

0 commit comments

Comments
 (0)