File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
## Terraform module for [ Databricks Azure Workspace (Part 1)] ( https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/guides/azure-workspace )
19
19
20
+ > ❗️ ** Important**
21
+ >
22
+ > :point_right : This Terraform module assumes you have logged into Azure using ` az login ` and have Contributor access to the subscription.
23
+ >
20
24
> :arrow_right : ️ ** Part 2:** Terraform module for [ Databricks Workspace management] ( https://github.com/tomarv2/terraform-databricks-workspace-management )
21
25
22
26
---
29
33
- Module tested for Terraform [ 1.1.4] ( https://www.terraform.io/downloads )
30
34
- ` databrickslabs/databricks ` provider version [ 0.4.6] ( https://registry.terraform.io/providers/databrickslabs/databricks/latest )
31
35
- Azure provider version [ 2.94.0] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest ) .
32
- - ` main ` branch: Provider versions not pinned to keep up with Terraform releases.
36
+ - ` main ` branch: Provider versions may not be pinned to keep up with Terraform releases.
33
37
- ` tags ` releases: Tags are pinned with versions (use <a href =" https://github.com/tomarv2/terraform-databricks-azure-workspace/tags " alt =" GitHub tag " >
34
38
<img src =" https://img.shields.io/github/v/tag/tomarv2/terraform-databricks-azure-workspace " /></a >).
35
39
@@ -67,7 +71,7 @@ export TF_AZURE_CONTAINER=tfstate # Output of remote_state.sh
67
71
export ARM_ACCESS_KEY=xxxxxxxxxx # Output of remote_state.sh
68
72
```
69
73
70
- - Update [ main.tf] ( examples/azure_databricks_with_virtual_network /main.tf ) file with required values.
74
+ - Update [ main.tf] ( examples/azure_databricks /main.tf ) file with required values.
71
75
72
76
- Run and verify the output before deploying:
73
77
```
You can’t perform that action at this time.
0 commit comments