You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DIRS=$(python -c "import json; import glob; print(json.dumps([x.replace('/versions.tf', '') for x in glob.glob('./**/versions.tf', recursive=True)]))")
> :point_right: Databricks account id, `databricks_account_id` can be found on the top right corner of the page, once you're logged in.
29
29
>
30
-
> :point_right: Part 2: Terraform module for [Databricks Workspace management](https://github.com/tomarv2/terraform-databricks-workspace-management)
30
+
> :point_right: Part 2: Terraform module for [Databricks Workspace management](https://github.com/tomarv2/terraform-databricks-aws-workspace-management)
31
31
32
32
## Versions
33
33
34
34
- Module tested for Terraform 0.14.
35
35
-`databrickslabs/databricks` provider version [0.3.1](https://registry.terraform.io/providers/databrickslabs/databricks/latest)
36
36
- AWS provider version [3.29.0](https://registry.terraform.io/providers/hashicorp/aws/latest)
37
37
-`main` branch: Provider versions not pinned to keep up with Terraform releases
38
-
-`tags` releases: Tags are pinned with versions (use <ahref="https://github.com/tomarv2/terraform-databricks-workspace/tags"alt="GitHub tag">
39
-
<imgsrc="https://img.shields.io/github/v/tag/tomarv2/terraform-databricks-workspace" /></a> in your releases)
38
+
-`tags` releases: Tags are pinned with versions (use <ahref="https://github.com/tomarv2/terraform-databricks-aws-workspace/tags"alt="GitHub tag">
39
+
<imgsrc="https://img.shields.io/github/v/tag/tomarv2/terraform-databricks-aws-workspace" /></a> in your releases)
40
40
41
-
**NOTE:**
41
+
**NOTE:**
42
42
43
43
- Read more on [tfremote](https://github.com/tomarv2/tfremote)
44
44
45
45
## Usage
46
46
47
47
Recommended method:
48
48
49
-
- Create python 3.6+ virtual environment
49
+
- Create python 3.6+ virtual environment
50
50
```
51
51
python3 -m venv <venv name>
52
52
```
@@ -61,9 +61,9 @@ pip install tfremote
61
61
export TF_AWS_BUCKET=<remote state bucket name>
62
62
export TF_AWS_PROFILE=default
63
63
export TF_AWS_BUCKET_REGION=us-west-2
64
-
```
64
+
```
65
65
66
-
- Updated `examples` directory to required values.
66
+
- Updated `examples` directory to required values.
0 commit comments