Added entry on readme.md

This commit is contained in:
Bitor Tonixa Balenca 2023-12-19 23:31:43 +00:00
parent 280cd98ad9
commit 7ce6bf3731
No known key found for this signature in database
GPG key ID: AF4454DAA92FA1F4

View file

@ -24,3 +24,15 @@ Since the goal here is to build a terraform provider we must add the terraform l
```sh
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
```