Added entry on readme.md
This commit is contained in:
parent
280cd98ad9
commit
7ce6bf3731
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -24,3 +24,15 @@ Since the goal here is to build a terraform provider we must add the terraform l
|
||||||
```sh
|
```sh
|
||||||
go get
|
go get
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To be able to use this terraform plugin you'll need to build this go project with
|
||||||
|
|
||||||
|
```sh
|
||||||
|
go build
|
||||||
|
```
|
||||||
|
|
||||||
|
And then move the binary into your terraform plugin directory, something like this
|
||||||
|
|
||||||
|
```
|
||||||
|
~/.terraform.d/plugins/terraform.local/local/receita/1.0.0/darwin_amd64/receita-provider
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue