- Supports v1.0.0 version of Typesense.
- Terraform >= v0.12.0 (v0.11.x may work but not supported actively)
Clone repository to: $GOPATH/src/github.com/ronati/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/ronati/terraform-provider-typesense
$ make build
All contributions are welcome!
This project is setup with automatic semver versioning based on your commit semantic. It uses commitizen
to enforce the format and help contributors format their commit message. We follow the conventional commit format. Once you want to commit your work, you need to:
When you merge a PR from beta
into main
and it successfully published a new version on the latest
channel, don't forget to create a PR from main
to beta
. This is mandatory for semantic-release
to take it into account for next beta
version.