Skip to content

Commit 23d4576

Browse files
committed
initial commit
1 parent 1bae5c3 commit 23d4576

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
## Terraform module for [Databricks Azure Workspace (Part 1)](https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/guides/azure-workspace)
1919

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+
>
2024
> :arrow_right:**Part 2:** Terraform module for [Databricks Workspace management](https://github.com/tomarv2/terraform-databricks-workspace-management)
2125
2226
---
@@ -29,7 +33,7 @@
2933
- Module tested for Terraform [1.1.4](https://www.terraform.io/downloads)
3034
- `databrickslabs/databricks` provider version [0.4.6](https://registry.terraform.io/providers/databrickslabs/databricks/latest)
3135
- 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.
3337
- `tags` releases: Tags are pinned with versions (use <a href="https://github.com/tomarv2/terraform-databricks-azure-workspace/tags" alt="GitHub tag">
3438
<img src="https://img.shields.io/github/v/tag/tomarv2/terraform-databricks-azure-workspace" /></a>).
3539

@@ -67,7 +71,7 @@ export TF_AZURE_CONTAINER=tfstate # Output of remote_state.sh
6771
export ARM_ACCESS_KEY=xxxxxxxxxx # Output of remote_state.sh
6872
```
6973

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.
7175

7276
- Run and verify the output before deploying:
7377
```

0 commit comments

Comments
 (0)