Skip to content

Commit 42ab8b6

Browse files
committed
cleaning up readme
1 parent a06ea0a commit 42ab8b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
> ❗️ **Important**
2121
>
22-
> :point_right: This Terraform module assumes you have, access to: [https://accounts.cloud.databricks.com](https://accounts.cloud.databricks.com)
22+
> :point_right: This Terraform module assumes you have access to: [https://accounts.cloud.databricks.com](https://accounts.cloud.databricks.com)
2323
>
2424
> :point_right: Databricks account username: `databricks_account_username`
2525
>
@@ -37,10 +37,10 @@
3737

3838
- Module tested for Terraform 0.14.
3939
- `databrickslabs/databricks` provider version [0.3.3](https://registry.terraform.io/providers/databrickslabs/databricks/latest)
40-
- AWS provider version [3.30](https://registry.terraform.io/providers/hashicorp/aws/latest)
41-
- `main` branch: Provider versions not pinned to keep up with Terraform releases
40+
- AWS provider version [3.30](https://registry.terraform.io/providers/hashicorp/aws/latest).
41+
- `main` branch: Provider versions not pinned to keep up with Terraform releases.
4242
- `tags` releases: Tags are pinned with versions (use <a href="https://github.com/tomarv2/terraform-databricks-aws-workspace/tags" alt="GitHub tag">
43-
<img src="https://img.shields.io/github/v/tag/tomarv2/terraform-databricks-aws-workspace" /></a> in your releases)
43+
<img src="https://img.shields.io/github/v/tag/tomarv2/terraform-databricks-aws-workspace" /></a>).
4444

4545
---
4646
## Usage
@@ -57,7 +57,7 @@ terraform destroy -var='teamid=tryme' -var='prjid=project1'
5757

5858
### Option 2:
5959

60-
#### Recommended method (store remote state in S3 using prjid and teamid to create directory structure):
60+
#### Recommended method (store remote state in S3 using `prjid` and `teamid` to create directory structure):
6161

6262
- Create python 3.6+ virtual environment
6363
```

0 commit comments

Comments
 (0)