Platform

Terraform Provider reference

Resources and data sources available through the Terraform Provider

The Terraform Provider provices access to resources and data sources. Resources are infrastructure objects, such as a Supabase project, that you can declaratively configure. Data sources are sources of information about your Supabase instances.

Provider settings

Use these settings to configure your Supabase provider and authenticate to your Supabase project.

Example usage

1provider "supabase" {
2    access_token = ""
3    endpoint = ""
4}

Details

AttributeDescriptionTypeOptionalSensitive
access_token

Supabase access token

stringtruetrue
endpoint

Supabase API endpoint

stringtrue

Resources

You can configure these resources using the Supabase Terraform provider:

Data sources

You can read these resources using the Supabase Terraform provider: