forked from Kekenika/terraform-provider-typesense
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Terraform Provider for Typesense | ||
<div align="center"> | ||
<h1>Terraform Provider for Typesense</h1> | ||
<strong>This is a Terraform provider for Typesense</strong> | ||
</div> | ||
|
||
This is a [Terraform](https://www.terraform.io/) provider for [Typesense](https://typesense.org/). | ||
|
||
## Maintainers | ||
|
||
This provider plugin is maintained by: | ||
|
||
* [@KeisukeYamashita](https;//github.com/KeisukeYamashita) | ||
<hr> | ||
|
||
## Support | ||
|
||
|
@@ -18,13 +15,13 @@ This provider plugin is maintained by: | |
|
||
## Building The Provider | ||
|
||
Clone repository to: `$GOPATH/src/github.com/Kekenika/terraform-provider-typesense` | ||
Clone repository to: `$GOPATH/src/github.com/ronati/terraform-provider-typesense` | ||
|
||
```console | ||
$ mkdir -p $GOPATH/src/github.com/Kekenika; cd $GOPATH/src/github.com/Kekenika | ||
$ git clone [email protected]:Kekenika/terraform-provider-typesense | ||
$ mkdir -p $GOPATH/src/github.com/ronati; cd $GOPATH/src/github.com/ronati | ||
$ git clone [email protected]:ronati/terraform-provider-typesense | ||
Enter the provider directory and build the provider | ||
|
||
$ cd $GOPATH/src/github.com/Kekenika/terraform-provider-typesense | ||
$ cd $GOPATH/src/github.com/ronati/terraform-provider-typesense | ||
$ make build | ||
``` |