This document provides information on how to develop terraform-provider-singlestoredb
.
-
In a terminal, clone the
terraform-provider-singlestoredb
repository.git clone https://github.com/singlestore-labs/terraform-provider-singlestoredb
-
Navigate to the
terraform-provider-singlestoredb
directory and enable direnv.cd terraform-provider-singlestoredb direnv allow ~~~
-
Build and install the binary.
make install
Try out any example in the examples directory!
Please note that terraform init
is not compatible with dev_overrides
, so run terraform plan
directly.