Skip to content

supabase-community/terraform-provider-gotrue

Repository files navigation

Terraform Provider for GoTrue

WARNING: This is experimental software and is not indended for production purposes just yet. Version 2.0.0 and above will be for wider consumption.

GoTrue is the software behind Supabase Auth.

This package implements a Terraform provider that lets you configure some settings in GoTrue as Infrastructure as Code.

See the examples directory for a full example.

Local Development

Run the following command to build the provider:

make build

Run this to install the provider on your local machine:

make install

Then in your Terraform project you can do:

terraform init

to initialize Terraform.

You may need to do:

rm -rf .terraform.lock.hcl

And then finally do:

terraform apply

to apply the change to your configured GoTrue server.