Terraform Provider Algolia
This repository is a Terraform Provider for Algolia forked from philippe-vandermoere's terraform-provider-algolia.
The code structure of this Terraform provider for Algolia has been modified to work with Pulumi's Terraform Bridge Provider Boilerplate.
See usage.
Developer
Requirements
Installation
Clone repository.
$ git clone https://github.com/jlmanaloto/terraform-provider-algolia
To compile, change directory to terraform-provider-algolia
and run make install
.
$ cd terraform-provider-algolia && make install