This is a Terraform provider for Typesense.
This provider plugin is maintained by:
- Supports v0.21.0 version of Typesense.
- Terraform >= v0.12.0 (v0.11.x may work but not supported actively)
Clone repository to: $GOPATH/src/github.com/Kekenika/terraform-provider-typesense
$ mkdir -p $GOPATH/src/github.com/Kekenika; cd $GOPATH/src/github.com/Kekenika
$ git clone git@github.com:Kekenika/terraform-provider-typesense
Enter the provider directory and build the provider
$ cd $GOPATH/src/github.com/Kekenika/terraform-provider-typesense
$ make build