@@ -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 %}}
0 commit comments