Skip to content

ronati/terraform-provider-typesense

 
 

Repository files navigation

Terraform Provider for Typesense

This is a Terraform provider for Typesense

Support

  • Supports v1.0.0 version of Typesense.

Requirements

  • Terraform >= v0.12.0 (v0.11.x may work but not supported actively)

Building The Provider

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

Contribute

All contributions are welcome!

Commit format

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:

Notes for project's maintainers

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.