From 7ce6bf3731f29cc63c56266566891ea01db7ec2f Mon Sep 17 00:00:00 2001 From: Bitor Tonixa Balenca Date: Tue, 19 Dec 2023 23:31:43 +0000 Subject: [PATCH] Added entry on readme.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d89e4fc..e2ab0a6 100644 --- a/README.md +++ b/README.md @@ -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 +```