Skip to content

Files

Latest commit

 

History

History
44 lines (27 loc) · 1.37 KB

DEVELOPMENT.md

File metadata and controls

44 lines (27 loc) · 1.37 KB

Developing terraform-provider-singlestoredb

This document provides information on how to develop terraform-provider-singlestoredb.

Prerequisites

  1. Go 1.20 or later

  2. Terraform 0.12 or later

  3. direnv

Installation

  1. In a terminal, clone the terraform-provider-singlestoredb repository.

    git clone https://github.com/singlestore-labs/terraform-provider-singlestoredb
  2. Navigate to the terraform-provider-singlestoredb directory and enable direnv.

    cd terraform-provider-singlestoredb
    direnv allow
    ~~~
  3. Build and install the binary.

    make install

Examples

Try out any example in the examples directory!

Please note that terraform init is not compatible with dev_overrides, so run terraform plan directly.

Reference