Skip to content

Commit

Permalink
Make readme look better
Browse files Browse the repository at this point in the history
  • Loading branch information
DRuggeri committed Dec 28, 2020
1 parent 4f0c01e commit 76110e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ To import data:
`terraform import restapi.Name /path/to/resource`

See a concrete example [here](examples/dummy_users_with_fakeserver.tf)

 

### Installation
## Installation
There are two standard methods of installing this provider detailed [in Terraform's documentation](https://www.terraform.io/docs/configuration/providers.html#third-party-plugins). You can place the file in the directory of your .tf file in `terraform.d/plugins/{OS}_{ARCH}/` or place it in your home directory at `~/.terraform.d/plugins/{OS}_{ARCH}/`

The released binaries are named `terraform-provider-restapi_vX.Y.Z-{OS}-{ARCH}` so you know which binary to install. You *may* need to rename the binary you use during installation to just `terraform-provider-restapi_vX.Y.Z`.
Expand Down

0 comments on commit 76110e9

Please sign in to comment.