Skip to content

Commit 408036b

Browse files
committed
adjusted old repo to new repo naming convention for aligning with terraform provider naming convention
1 parent 3f56ba9 commit 408036b

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

website/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "//databrickslabs.github.io/databricks-terraform/"
1+
baseURL = "//databrickslabs.github.io/terraform-provider-databricks/"
22
languageCode = "en-US"
33
defaultContentLanguage = "en"
44

@@ -14,7 +14,7 @@ home = [ "HTML", "RSS", "JSON"]
1414
[[Languages.en.menu.shortcuts]]
1515
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
1616
identifier = "ds"
17-
url = "https://github.com/databrickslabs/databricks-terraform"
17+
url = "https://github.com/databrickslabs/terraform-provider-databricks"
1818
weight = 10
1919

2020
linenos = true

website/content/Installation/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ chapter = false
1111
* To quickly install the binary please execute the following curl command in your shell.
1212

1313
```bash
14-
$ curl https://raw.githubusercontent.com/databrickslabs/databricks-terraform/master/godownloader-databricks-provider.sh | bash -s -- -b $HOME/.terraform.d/plugins
14+
$ curl https://raw.githubusercontent.com/databrickslabs/terraform-provider-databricks/master/godownloader-databricks-provider.sh | bash -s -- -b $HOME/.terraform.d/plugins
1515
```
1616

1717
* The command should have moved the binary into your `~/.terraform.d/plugins` folder.
@@ -24,7 +24,7 @@ $ curl https://raw.githubusercontent.com/databrickslabs/databricks-terraform/mas
2424
* After installing `golang`, `terraform`, and `make` you will now build the artifact.
2525

2626
```bash
27-
$ go get -v -u github.com/databrickslabs/databricks-terraform && cd $GOPATH/src/github.com/databrickslabs/databricks-terraform
27+
$ go get -v -u github.com/databrickslabs/terraform-provider-databricks && cd $GOPATH/src/github.com/databrickslabs/terraform-provider-databricks
2828
```
2929

3030
* When you are in the root directory of the repository please run:
@@ -55,17 +55,17 @@ $ mkdir -p ~/.terraform.d/plugins/ && cp terraform-provider-databricks ~/.terraf
5555
* Then build the docker image with this command (this command will trigger a multi-stage docker build):
5656

5757
```bash
58-
$ docker build -t databricks-terraform .
58+
$ docker build -t terraform-provider-databricks .
5959
```
6060

6161
* Then run the execute the terraform binary via the following command and volume mount. Make sure that you are in the directory
6262
with the terraform code. The following command you can execute the following commands and additional ones as part of
6363
the terraform binary.
6464

6565
```bash
66-
$ docker run -it -v $(pwd):/workpace -w /workpace databricks-terraform init
67-
$ docker run -it -v $(pwd):/workpace -w /workpace databricks-terraform plan
68-
$ docker run -it -v $(pwd):/workpace -w /workpace databricks-terraform apply
66+
$ docker run -it -v $(pwd):/workpace -w /workpace terraform-provider-databricks init
67+
$ docker run -it -v $(pwd):/workpace -w /workpace terraform-provider-databricks plan
68+
$ docker run -it -v $(pwd):/workpace -w /workpace terraform-provider-databricks apply
6969
```
7070

7171
{{% /tab %}}

website/content/Overview/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ chapter = false
1212
To quickly install the binary please execute the following curl command in your shell.
1313

1414
```bash
15-
$ curl https://raw.githubusercontent.com/databrickslabs/databricks-terraform/master/godownloader-databricks-provider.sh | bash -s -- -b $HOME/.terraform.d/plugins
15+
$ curl https://raw.githubusercontent.com/databrickslabs/terraform-provider-databricks/master/godownloader-databricks-provider.sh | bash -s -- -b $HOME/.terraform.d/plugins
1616
```
1717

1818
The command should have moved the binary into your `~/.terraform.d/plugins` folder.

website/content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pre = ""
1313
To quickly install the binary please execute the following curl command in your shell.
1414

1515
```bash
16-
$ curl https://raw.githubusercontent.com/databrickslabs/databricks-terraform/master/godownloader-databricks-provider.sh | bash -s -- -b $HOME/.terraform.d/plugins
16+
$ curl https://raw.githubusercontent.com/databrickslabs/terraform-provider-databricks/master/godownloader-databricks-provider.sh | bash -s -- -b $HOME/.terraform.d/plugins
1717
```
1818

1919
The command should have moved the binary into your `~/.terraform.d/plugins` folder.
@@ -24,4 +24,4 @@ You can `ls` the previous directory to verify.
2424

2525
Please provide feedback in github issues. There is a template for this:
2626

27-
{{% button href="https://github.com/databrickslabs/databricks-terraform/issues/new?assignees=stikkireddy&labels=question&template=feedback.md&title=%5BFEEDBACK%2FQUESTION%5D+Short+Description+of+feedback" icon="fas fa-comment-dots" %}}Please provide feedback!{{% /button %}}
27+
{{% button href="https://github.com/databrickslabs/terraform-provider-databricks/issues/new?assignees=stikkireddy&labels=question&template=feedback.md&title=%5BFEEDBACK%2FQUESTION%5D+Short+Description+of+feedback" icon="fas fa-comment-dots" %}}Please provide feedback!{{% /button %}}

website/layouts/partials/logo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<a id="logo" href="/databricks-terraform/">
1+
<a id="logo" href="/terraform-provider-databricks/">
22
<img src={{"img/databricks2.png" | relURL}}>
33
</a>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<center>
22
<!-- Place this tag where you want the button to render. -->
3-
<a class="github-button" href="https://github.com/databrickslabs/databricks-terraform/releases/download/v0.1.0/databricks-terraform_0.1.0_Linux_64-bit.tar.gz" data-icon="octicon-cloud-download" aria-label="Download matcornic/hugo-theme-learn on GitHub">v0.1.0</a>
3+
<a class="github-button" href="https://github.com/databrickslabs/terraform-provider-databricks/releases/" data-icon="octicon-cloud-download" aria-label="Download matcornic/hugo-theme-learn on GitHub">v0.1.0</a>
44

55
<!-- Place this tag where you want the button to render. -->
6-
<a class="github-button" href="https://github.com/databrickslabs/databricks-terraform" data-icon="octicon-star" data-show-count="true" aria-label="Star matcornic/hugo-theme-learn on GitHub">Star</a>
6+
<a class="github-button" href="https://github.com/databrickslabs/terraform-provider-databricks" data-icon="octicon-star" data-show-count="true" aria-label="Star matcornic/hugo-theme-learn on GitHub">Star</a>
77

88
<!-- Place this tag where you want the button to render. -->
9-
<a class="github-button" href="https://github.com/databrickslabs/databricks-terraform/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork matcornic/hugo-theme-learn on GitHub">Fork</a>
9+
<a class="github-button" href="https://github.com/databrickslabs/terraform-provider-databricks/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork matcornic/hugo-theme-learn on GitHub">Fork</a>
1010

1111
<!-- Place this tag where you want the button to render. -->
12-
<a class="github-button" href="https://github.com/databrickslabs/databricks-terraform/issues/new" data-color-scheme="no-preference: light; light: light; dark: dark;" data-show-count="true" aria-label="Issue databrickslabs/databricks-terraform on GitHub">Issue</a>
12+
<a class="github-button" href="https://github.com/databrickslabs/terraform-provider-databricks/issues/new" data-color-scheme="no-preference: light; light: light; dark: dark;" data-show-count="true" aria-label="Issue databrickslabs/terraform-provider-databricks on GitHub">Issue</a>
1313
</center>
1414
<!-- Place this tag in your head or just before your close body tag. -->
1515
<script async defer src="https://buttons.github.io/buttons.js"></script>

0 commit comments

Comments
 (0)